Skip to content

Commit

Permalink
Changed .biz TLD server to whois.biz (see http://www.iana.org/domains…
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Dec 25, 2009
1 parent 0a96c8c commit f566d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

== next mini

* SERVER: Changed .biz TLD server to whois.biz (see http://www.iana.org/domains/root/db/biz.html)

* ADDED: Simple .at parser.

* ADDED: Simple .be parser.
Expand Down
2 changes: 1 addition & 1 deletion lib/whois/definitions/tlds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
Whois::Server.define :tld, ".arpa", "whois.iana.org"
Whois::Server.define :tld, ".aero", "whois.aero"
Whois::Server.define :tld, ".asia", "whois.nic.asia"
Whois::Server.define :tld, ".biz", "whois.nic.biz"
Whois::Server.define :tld, ".biz", "whois.biz"
Whois::Server.define :tld, ".cat", "whois.cat", {:adapter=>Whois::Server::Adapters::Formatted, :format => "-C US-ASCII ace %s"}
Whois::Server.define :tld, ".coop", "whois.nic.coop"
Whois::Server.define :tld, ".info", "whois.afilias.info"
Expand Down

0 comments on commit f566d73

Please sign in to comment.