mirror of
https://github.com/bobbimanners/ProDOS-Utils.git
synced 2026-03-11 23:43:17 +00:00
Added gs and click TLDs
This commit is contained in:
@@ -16,10 +16,10 @@ import requests, sys
|
||||
|
||||
baseurl = ''
|
||||
|
||||
PORT = 8001
|
||||
PORT = 80
|
||||
|
||||
def isFullyQualified(name):
|
||||
tlds = [ '.com', '.org', '.net', '.gov', '.ca', '.io', '.uk']
|
||||
tlds = [ '.com', '.org', '.net', '.gov', '.ca', '.uk', '.io', '.gs', '.click' ]
|
||||
for t in tlds:
|
||||
if name.endswith(t):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user