mirror of
https://github.com/aljazceru/squatm3gator.git
synced 2025-12-17 06:34:23 +01:00
13 lines
338 B
Python
13 lines
338 B
Python
DB = {
|
|
'homoglyph': 'wrapper/3rdparty/squatm3/db/homoglyph',
|
|
'top_domains': 'wrapper/3rdparty/squatm3/db/top_domains',
|
|
}
|
|
|
|
|
|
GODADDY = {
|
|
'key': '',
|
|
'secret': '',
|
|
'api_endpoints': ['/v1/domains/tlds','/v1/domains/available'],
|
|
'api_url': 'https://api.godaddy.com/',
|
|
'url': 'https://uk.godaddy.com/domainsapi/v1/search/exact?q='
|
|
} |