getnamingo-registry/whois/web/config.php.dist
Pinga c5c3c76795 Improved web whois interface
Added option for case-insensitive captchas
2025-03-13 17:34:13 +02:00

11 lines
No EOL
278 B
Text

<?php
return [
'whois_url' => 'whois.example.com',
'rdap_url' => 'rdap.example.com',
'ignore_captcha' => true,
'registry_name' => 'Domain Registry LLC',
'registry_url' => 'https://example.com',
'branding' => false,
'ignore_case_captcha' => false,
];