Skip to content

Commit

Permalink
.SA host should be whois.nic.net.sa (wepposGH-29)
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Feb 5, 2013
1 parent ef589d3 commit e6e8780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@

- SERVER: Added .AX TLD definition.

- SERVER: Updated .AZ, .CO.ZA, .FM, .MC, .HN, .PH, .PW, .RW, .TD, .COM.UY, .VN TLD definitions.
- SERVER: Updated .AZ, .CO.ZA, .FM, .MC, .HN, .PH, .PW, .RW, .SA, .TD, .COM.UY, .VN TLD definitions.

- SERVER: Added .XN--MGBX4CD0AB (.مليسيا, Malaysia) IDN TLD definition.

Expand Down
2 changes: 1 addition & 1 deletion data/tld.json
Expand Up @@ -919,7 +919,7 @@
"adapter": "none"
},
".sa": {
"host": "saudinic.net.sa"
"host": "whois.nic.net.sa"
},
".sb": {
"host": "whois.nic.net.sb"
Expand Down
2 changes: 1 addition & 1 deletion lib/whois/definitions/tld.rb
Expand Up @@ -256,7 +256,7 @@
Whois::Server.define :tld, ".edu.ru", "whois.informika.ru"
Whois::Server.define :tld, ".ru", "whois.tcinet.ru"
Whois::Server.define :tld, ".rw", nil, { :adapter => :none }
Whois::Server.define :tld, ".sa", "saudinic.net.sa"
Whois::Server.define :tld, ".sa", "whois.nic.net.sa"
Whois::Server.define :tld, ".sb", "whois.nic.net.sb"
Whois::Server.define :tld, ".sc", "whois.afilias-grs.info", { :adapter => :afilias }
Whois::Server.define :tld, ".sd", nil, { :adapter => :none }
Expand Down

0 comments on commit e6e8780

Please sign in to comment.