mirror of
https://github.com/bobbimanners/ProDOS-Utils.git
synced 2025-02-19 07:30:25 +00:00
Added gs and click TLDs
This commit is contained in:
parent
9a95dd7e01
commit
a78502c5ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user