Skip to content

Commit

Permalink
Update the eTLD database to 2013-07-12T03:02:50Z.
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Jul 12, 2013
1 parent eb73e27 commit c1595df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/effective_tld_names.dat
Expand Up @@ -221,6 +221,7 @@ edu.au
gov.au
asn.au
id.au
csiro.au
// Historic 2LDs (closed to new registration, but sites still exist)
info.au
conf.au
Expand Down Expand Up @@ -6936,6 +6937,14 @@ webhop.org
worse-than.tv
writesthisblog.com

// Fastly Inc. http://www.fastly.com/
// Requested by Vladimir Vuksan <vladimir@fastly.com> 2013-05-31
a.ssl.fastly.net
b.ssl.fastly.net
global.ssl.fastly.net
a.prod.fastly.net
global.prod.fastly.net

// GitHub, Inc.
// Requested by Ben Toews <btoews@github.com> 2013-04-18
github.io
Expand Down
8 changes: 7 additions & 1 deletion lib/domain_name/etld_data.rb
@@ -1,5 +1,5 @@
class DomainName
ETLD_DATA_DATE = '2013-06-06T23:00:56Z'
ETLD_DATA_DATE = '2013-07-12T03:02:50Z'

ETLD_DATA = {
"ac" => 0,
Expand Down Expand Up @@ -180,6 +180,7 @@ class DomainName
"gov.au" => 0,
"asn.au" => 0,
"id.au" => 0,
"csiro.au" => 0,
"info.au" => 0,
"conf.au" => 0,
"oz.au" => 0,
Expand Down Expand Up @@ -6063,6 +6064,11 @@ class DomainName
"webhop.org" => 0,
"worse-than.tv" => 0,
"writesthisblog.com" => 0,
"a.ssl.fastly.net" => 0,
"b.ssl.fastly.net" => 0,
"global.ssl.fastly.net" => 0,
"a.prod.fastly.net" => 0,
"global.prod.fastly.net" => 0,
"github.io" => 0,
"appspot.com" => 0,
"blogspot.be" => 0,
Expand Down

0 comments on commit c1595df

Please sign in to comment.