Skip to content

Commit

Permalink
Merge pull request #2 from famasoon/issue/1
Browse files Browse the repository at this point in the history
Add some domains whois info
  • Loading branch information
famasoon authored Apr 23, 2023
2 parents a4abc50 + 6375ec0 commit 8c6b6b3
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ const (
INTERNIC = "whois.internic.net"
VERISIGN_GRS = "whois.verisign-grs.com"
VOTING = "whois.voting.tld-box.at"
OSAKA = "whois.nic.osaka"

IP_WHOIS_SERVER = "whois.iana.org"
DEFAULT_WHOIS_SERVER = "whois-servers.net"
Expand Down Expand Up @@ -539,9 +540,23 @@ var server = map[string]string{
".dk": DK,
".dm": DM,
".do": DO,
".com.do": DO,
".net.do": DO,
".org.do": DO,
".edu.do": DO,
".gov.do": DO,
".gob.do": DO,
".download": DOWNLOAD,
".durban": DURBAN,
".dz": DZ,
".com.dz": DZ,
".net.dz": DZ,
".org.dz": DZ,
".gov.dz": DZ,
".edu.dz": DZ,
".asso.dz": DZ,
".art.dz": DZ,
".pol.dz": DZ,
".xn--lgbbat1ad8j": DZ,
".edu": INTERNIC,
".mil": INTERNIC,
Expand Down Expand Up @@ -820,10 +835,20 @@ var server = map[string]string{
".org.nz": NZ,
".school.nz": NZ,
".om": OM,
".co.om": OM,
".com.om": OM,
".org.om": OM,
".net.om": OM,
".edu.om": OM,
".gov.om": OM,
".museum.om": OM,
".pro.om": OM,
".med.om": OM,
".xn--mgb9awbf": OM,
".one": ONE,
".online": ONLINE,
".ooo": OOO,
".osaka": OSAKA,
".ovh": OVH,
".paris": PARIS,
".party": PARTY,
Expand Down Expand Up @@ -1004,6 +1029,12 @@ var server = map[string]string{
".su": RU,
".xn--p1ai": RU,
".qa": QA,
".com.qa": QA,
".net.qa": QA,
".org.qa": QA,
".edu.qa": QA,
".sch.qa": QA,
".gov.qa": QA,
".xn--wgbl6a": QA,
".qpon": QPON,
".quebec": QUEBEC,
Expand Down Expand Up @@ -1148,6 +1179,8 @@ var server = map[string]string{
".org.ua": UA,
".kharkov.ua": UA,
".kherson.ua": UA,
".edu.ua": UA,
".in.ua": UA,
".biz.ua": UA_BIZ,
".co.ua": UA_CO,
".ug": UG,
Expand Down Expand Up @@ -1325,12 +1358,24 @@ var server = map[string]string{
".ae.com": CENTRALNIC,
".ae.org": CENTRALNIC,
".ar.com": CENTRALNIC,
".ar": CENTRALNIC,
".com.ar": CENTRALNIC,
".net.ar": CENTRALNIC,
".org.ar": CENTRALNIC,
".bet.ar": CENTRALNIC,
".edu.ar": CENTRALNIC,
".gob.ar": CENTRALNIC,
".int.ar": CENTRALNIC,
".mil.ar": CENTRALNIC,
".musica.ar": CENTRALNIC,
".tur.ar": CENTRALNIC,
".art": CENTRALNIC,
".best": CENTRALNIC,
".br.com": CENTRALNIC,
".ceo": CENTRALNIC,
".college": CENTRALNIC,
".cn.com": CENTRALNIC,
".cyou": CENTRALNIC,
".de.com": CENTRALNIC,
".com.de": CENTRALNIC,
".design": CENTRALNIC,
Expand Down

0 comments on commit 8c6b6b3

Please sign in to comment.