domain_name 0.5.20160615 → 0.5.20161021
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +7 -2
- data/CHANGELOG.md +189 -0
- data/LICENSE.txt +10 -39
- data/README.md +3 -5
- data/Rakefile +2 -3
- data/data/{effective_tld_names.dat → public_suffix_list.dat} +284 -51
- data/domain_name.gemspec +1 -10
- data/lib/domain_name/etld_data.rb +127 -24
- data/lib/domain_name/version.rb +1 -1
- data/test/helper.rb +0 -1
- data/test/test_domain_name-punycode.rb +1 -1
- data/test/test_domain_name.rb +9 -9
- data/tool/gen_etld_data.rb +1 -1
- metadata +6 -22
data/domain_name.gemspec
CHANGED
@@ -16,7 +16,7 @@ Suffix List.
|
|
16
16
|
EOS
|
17
17
|
gem.summary = %q{Domain Name manipulation library for Ruby}
|
18
18
|
gem.homepage = "https://github.com/knu/ruby-domain_name"
|
19
|
-
gem.licenses = ["BSD-2-Clause", "BSD-3-Clause", "MPL-
|
19
|
+
gem.licenses = ["BSD-2-Clause", "BSD-3-Clause", "MPL-2.0"]
|
20
20
|
|
21
21
|
gem.files = `git ls-files`.split($/)
|
22
22
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
@@ -30,15 +30,6 @@ Suffix List.
|
|
30
30
|
|
31
31
|
gem.add_runtime_dependency("unf", ["< 1.0.0", ">= 0.0.5"])
|
32
32
|
gem.add_development_dependency("test-unit", "~> 2.5.5")
|
33
|
-
if RUBY_VERSION >= "2.0"
|
34
|
-
gem.add_development_dependency("shoulda", ">= 0")
|
35
|
-
else
|
36
|
-
# Cap dependency on activesupport with < 4.0 on behalf of
|
37
|
-
# shoulda-matchers to satisfy bundler.
|
38
|
-
gem.add_development_dependency("activesupport", "< 4.0")
|
39
|
-
gem.add_development_dependency("i18n", "< 0.7.0")
|
40
|
-
gem.add_development_dependency("shoulda", "< 3.5.0")
|
41
|
-
end
|
42
33
|
gem.add_development_dependency("bundler", [">= 1.2.0"])
|
43
34
|
gem.add_development_dependency("rake", [">= 0.9.2.2", *("< 11" if RUBY_VERSION < "1.9")])
|
44
35
|
gem.add_development_dependency("rdoc", [">= 2.4.2"])
|
@@ -1,5 +1,5 @@
|
|
1
1
|
class DomainName
|
2
|
-
ETLD_DATA_DATE = '2016-
|
2
|
+
ETLD_DATA_DATE = '2016-10-21T20:52:10Z'
|
3
3
|
|
4
4
|
ETLD_DATA = {
|
5
5
|
"ac" => 0,
|
@@ -540,7 +540,7 @@ class DomainName
|
|
540
540
|
"org.cw" => 0,
|
541
541
|
"cx" => 0,
|
542
542
|
"gov.cx" => 0,
|
543
|
-
"cy" =>
|
543
|
+
"cy" => 0,
|
544
544
|
"ac.cy" => 0,
|
545
545
|
"biz.cy" => 0,
|
546
546
|
"com.cy" => 0,
|
@@ -2211,7 +2211,6 @@ class DomainName
|
|
2211
2211
|
"kamiamakusa.kumamoto.jp" => 0,
|
2212
2212
|
"kashima.kumamoto.jp" => 0,
|
2213
2213
|
"kikuchi.kumamoto.jp" => 0,
|
2214
|
-
"kosa.kumamoto.jp" => 0,
|
2215
2214
|
"kumamoto.kumamoto.jp" => 0,
|
2216
2215
|
"mashiki.kumamoto.jp" => 0,
|
2217
2216
|
"mifune.kumamoto.jp" => 0,
|
@@ -3915,8 +3914,15 @@ class DomainName
|
|
3915
3914
|
"edu.my" => 0,
|
3916
3915
|
"mil.my" => 0,
|
3917
3916
|
"name.my" => 0,
|
3918
|
-
"mz" =>
|
3919
|
-
"
|
3917
|
+
"mz" => 0,
|
3918
|
+
"ac.mz" => 0,
|
3919
|
+
"adv.mz" => 0,
|
3920
|
+
"co.mz" => 0,
|
3921
|
+
"edu.mz" => 0,
|
3922
|
+
"gov.mz" => 0,
|
3923
|
+
"mil.mz" => 0,
|
3924
|
+
"net.mz" => 0,
|
3925
|
+
"org.mz" => 0,
|
3920
3926
|
"na" => 0,
|
3921
3927
|
"info.na" => 0,
|
3922
3928
|
"pro.na" => 0,
|
@@ -5844,7 +5850,6 @@ class DomainName
|
|
5844
5850
|
"lib.co.us" => 0,
|
5845
5851
|
"lib.ct.us" => 0,
|
5846
5852
|
"lib.dc.us" => 0,
|
5847
|
-
"lib.de.us" => 0,
|
5848
5853
|
"lib.fl.us" => 0,
|
5849
5854
|
"lib.ga.us" => 0,
|
5850
5855
|
"lib.gu.us" => 0,
|
@@ -6083,7 +6088,6 @@ class DomainName
|
|
6083
6088
|
"afamilycompany" => 0,
|
6084
6089
|
"afl" => 0,
|
6085
6090
|
"africa" => 0,
|
6086
|
-
"africamagic" => 0,
|
6087
6091
|
"agakhan" => 0,
|
6088
6092
|
"agency" => 0,
|
6089
6093
|
"aig" => 0,
|
@@ -6319,6 +6323,7 @@ class DomainName
|
|
6319
6323
|
"dabur" => 0,
|
6320
6324
|
"dad" => 0,
|
6321
6325
|
"dance" => 0,
|
6326
|
+
"data" => 0,
|
6322
6327
|
"date" => 0,
|
6323
6328
|
"dating" => 0,
|
6324
6329
|
"datsun" => 0,
|
@@ -6351,6 +6356,7 @@ class DomainName
|
|
6351
6356
|
"diy" => 0,
|
6352
6357
|
"dnp" => 0,
|
6353
6358
|
"docs" => 0,
|
6359
|
+
"doctor" => 0,
|
6354
6360
|
"dodge" => 0,
|
6355
6361
|
"dog" => 0,
|
6356
6362
|
"doha" => 0,
|
@@ -6358,7 +6364,6 @@ class DomainName
|
|
6358
6364
|
"dot" => 0,
|
6359
6365
|
"download" => 0,
|
6360
6366
|
"drive" => 0,
|
6361
|
-
"dstv" => 0,
|
6362
6367
|
"dtv" => 0,
|
6363
6368
|
"dubai" => 0,
|
6364
6369
|
"duck" => 0,
|
@@ -6367,9 +6372,11 @@ class DomainName
|
|
6367
6372
|
"dupont" => 0,
|
6368
6373
|
"durban" => 0,
|
6369
6374
|
"dvag" => 0,
|
6375
|
+
"dvr" => 0,
|
6370
6376
|
"dwg" => 0,
|
6371
6377
|
"earth" => 0,
|
6372
6378
|
"eat" => 0,
|
6379
|
+
"eco" => 0,
|
6373
6380
|
"edeka" => 0,
|
6374
6381
|
"education" => 0,
|
6375
6382
|
"email" => 0,
|
@@ -6431,7 +6438,6 @@ class DomainName
|
|
6431
6438
|
"flir" => 0,
|
6432
6439
|
"florist" => 0,
|
6433
6440
|
"flowers" => 0,
|
6434
|
-
"flsmidth" => 0,
|
6435
6441
|
"fly" => 0,
|
6436
6442
|
"foo" => 0,
|
6437
6443
|
"food" => 0,
|
@@ -6496,12 +6502,12 @@ class DomainName
|
|
6496
6502
|
"google" => 0,
|
6497
6503
|
"gop" => 0,
|
6498
6504
|
"got" => 0,
|
6499
|
-
"gotv" => 0,
|
6500
6505
|
"grainger" => 0,
|
6501
6506
|
"graphics" => 0,
|
6502
6507
|
"gratis" => 0,
|
6503
6508
|
"green" => 0,
|
6504
6509
|
"gripe" => 0,
|
6510
|
+
"grocery" => 0,
|
6505
6511
|
"group" => 0,
|
6506
6512
|
"guardian" => 0,
|
6507
6513
|
"gucci" => 0,
|
@@ -6623,7 +6629,6 @@ class DomainName
|
|
6623
6629
|
"krd" => 0,
|
6624
6630
|
"kred" => 0,
|
6625
6631
|
"kuokgroup" => 0,
|
6626
|
-
"kyknet" => 0,
|
6627
6632
|
"kyoto" => 0,
|
6628
6633
|
"lacaixa" => 0,
|
6629
6634
|
"ladbrokes" => 0,
|
@@ -6692,6 +6697,7 @@ class DomainName
|
|
6692
6697
|
"man" => 0,
|
6693
6698
|
"management" => 0,
|
6694
6699
|
"mango" => 0,
|
6700
|
+
"map" => 0,
|
6695
6701
|
"market" => 0,
|
6696
6702
|
"marketing" => 0,
|
6697
6703
|
"markets" => 0,
|
@@ -6712,6 +6718,7 @@ class DomainName
|
|
6712
6718
|
"men" => 0,
|
6713
6719
|
"menu" => 0,
|
6714
6720
|
"meo" => 0,
|
6721
|
+
"merckmsd" => 0,
|
6715
6722
|
"metlife" => 0,
|
6716
6723
|
"miami" => 0,
|
6717
6724
|
"microsoft" => 0,
|
@@ -6722,7 +6729,7 @@ class DomainName
|
|
6722
6729
|
"mlb" => 0,
|
6723
6730
|
"mls" => 0,
|
6724
6731
|
"mma" => 0,
|
6725
|
-
"
|
6732
|
+
"mobile" => 0,
|
6726
6733
|
"mobily" => 0,
|
6727
6734
|
"moda" => 0,
|
6728
6735
|
"moe" => 0,
|
@@ -6745,14 +6752,11 @@ class DomainName
|
|
6745
6752
|
"mtn" => 0,
|
6746
6753
|
"mtpc" => 0,
|
6747
6754
|
"mtr" => 0,
|
6748
|
-
"multichoice" => 0,
|
6749
6755
|
"mutual" => 0,
|
6750
6756
|
"mutuelle" => 0,
|
6751
|
-
"mzansimagic" => 0,
|
6752
6757
|
"nab" => 0,
|
6753
6758
|
"nadex" => 0,
|
6754
6759
|
"nagoya" => 0,
|
6755
|
-
"naspers" => 0,
|
6756
6760
|
"nationwide" => 0,
|
6757
6761
|
"natura" => 0,
|
6758
6762
|
"navy" => 0,
|
@@ -6824,12 +6828,13 @@ class DomainName
|
|
6824
6828
|
"party" => 0,
|
6825
6829
|
"passagens" => 0,
|
6826
6830
|
"pay" => 0,
|
6827
|
-
"payu" => 0,
|
6828
6831
|
"pccw" => 0,
|
6829
6832
|
"pet" => 0,
|
6830
6833
|
"pfizer" => 0,
|
6831
6834
|
"pharmacy" => 0,
|
6835
|
+
"phd" => 0,
|
6832
6836
|
"philips" => 0,
|
6837
|
+
"phone" => 0,
|
6833
6838
|
"photo" => 0,
|
6834
6839
|
"photography" => 0,
|
6835
6840
|
"photos" => 0,
|
@@ -6875,6 +6880,7 @@ class DomainName
|
|
6875
6880
|
"quest" => 0,
|
6876
6881
|
"qvc" => 0,
|
6877
6882
|
"racing" => 0,
|
6883
|
+
"radio" => 0,
|
6878
6884
|
"raid" => 0,
|
6879
6885
|
"read" => 0,
|
6880
6886
|
"realestate" => 0,
|
@@ -6949,6 +6955,7 @@ class DomainName
|
|
6949
6955
|
"scjohnson" => 0,
|
6950
6956
|
"scor" => 0,
|
6951
6957
|
"scot" => 0,
|
6958
|
+
"search" => 0,
|
6952
6959
|
"seat" => 0,
|
6953
6960
|
"secure" => 0,
|
6954
6961
|
"security" => 0,
|
@@ -7020,7 +7027,6 @@ class DomainName
|
|
7020
7027
|
"study" => 0,
|
7021
7028
|
"style" => 0,
|
7022
7029
|
"sucks" => 0,
|
7023
|
-
"supersport" => 0,
|
7024
7030
|
"supplies" => 0,
|
7025
7031
|
"supply" => 0,
|
7026
7032
|
"support" => 0,
|
@@ -7284,26 +7290,28 @@ class DomainName
|
|
7284
7290
|
"zippo" => 0,
|
7285
7291
|
"zone" => 0,
|
7286
7292
|
"zuerich" => 0,
|
7293
|
+
"beep.pl" => 0,
|
7287
7294
|
"compute.estate" => -1,
|
7288
7295
|
"alces.network" => -1,
|
7296
|
+
"alwaysdata.net" => -1,
|
7289
7297
|
"cloudfront.net" => 0,
|
7298
|
+
"compute.amazonaws.com" => 0,
|
7290
7299
|
"ap-northeast-1.compute.amazonaws.com" => 0,
|
7291
7300
|
"ap-northeast-2.compute.amazonaws.com" => 0,
|
7292
7301
|
"ap-southeast-1.compute.amazonaws.com" => 0,
|
7293
7302
|
"ap-southeast-2.compute.amazonaws.com" => 0,
|
7294
|
-
"cn-north-1.compute.amazonaws.cn" => 0,
|
7295
|
-
"compute-1.amazonaws.com" => 0,
|
7296
|
-
"compute.amazonaws.cn" => 0,
|
7297
|
-
"compute.amazonaws.com" => 0,
|
7298
7303
|
"eu-central-1.compute.amazonaws.com" => 0,
|
7299
7304
|
"eu-west-1.compute.amazonaws.com" => 0,
|
7300
7305
|
"sa-east-1.compute.amazonaws.com" => 0,
|
7301
|
-
"us-east-1.amazonaws.com" => 0,
|
7302
7306
|
"us-gov-west-1.compute.amazonaws.com" => 0,
|
7303
7307
|
"us-west-1.compute.amazonaws.com" => 0,
|
7304
7308
|
"us-west-2.compute.amazonaws.com" => 0,
|
7309
|
+
"compute-1.amazonaws.com" => 0,
|
7305
7310
|
"z-1.compute-1.amazonaws.com" => 0,
|
7306
7311
|
"z-2.compute-1.amazonaws.com" => 0,
|
7312
|
+
"us-east-1.amazonaws.com" => 0,
|
7313
|
+
"compute.amazonaws.com.cn" => 0,
|
7314
|
+
"cn-north-1.compute.amazonaws.com.cn" => 0,
|
7307
7315
|
"elasticbeanstalk.com" => 0,
|
7308
7316
|
"elb.amazonaws.com" => 0,
|
7309
7317
|
"s3.amazonaws.com" => 0,
|
@@ -7324,13 +7332,18 @@ class DomainName
|
|
7324
7332
|
"s3.cn-north-1.amazonaws.com.cn" => 0,
|
7325
7333
|
"s3.eu-central-1.amazonaws.com" => 0,
|
7326
7334
|
"on-aptible.com" => 0,
|
7327
|
-
"
|
7335
|
+
"pimienta.org" => 0,
|
7328
7336
|
"poivron.org" => 0,
|
7337
|
+
"potager.org" => 0,
|
7329
7338
|
"sweetpepper.org" => 0,
|
7330
|
-
"
|
7339
|
+
"myasustor.com" => 0,
|
7331
7340
|
"myfritz.net" => 0,
|
7341
|
+
"backplaneapp.io" => 0,
|
7332
7342
|
"betainabox.com" => 0,
|
7343
|
+
"bnr.la" => 0,
|
7333
7344
|
"boxfuse.io" => 0,
|
7345
|
+
"browsersafetymark.io" => 0,
|
7346
|
+
"mycd.eu" => 0,
|
7334
7347
|
"ae.org" => 0,
|
7335
7348
|
"ar.com" => 0,
|
7336
7349
|
"br.com" => 0,
|
@@ -7365,7 +7378,9 @@ class DomainName
|
|
7365
7378
|
"us.org" => 0,
|
7366
7379
|
"co.com" => 0,
|
7367
7380
|
"c.la" => 0,
|
7381
|
+
"certmgr.org" => 0,
|
7368
7382
|
"xenapponazure.com" => 0,
|
7383
|
+
"virtueeldomein.nl" => 0,
|
7369
7384
|
"cloudcontrolled.com" => 0,
|
7370
7385
|
"cloudcontrolapp.com" => 0,
|
7371
7386
|
"co.ca" => 0,
|
@@ -7375,9 +7390,22 @@ class DomainName
|
|
7375
7390
|
"r.cdn77.net" => 0,
|
7376
7391
|
"rsc.cdn77.org" => 0,
|
7377
7392
|
"ssl.origin.cdn77-secure.org" => 0,
|
7393
|
+
"cloudns.asia" => 0,
|
7394
|
+
"cloudns.biz" => 0,
|
7395
|
+
"cloudns.club" => 0,
|
7396
|
+
"cloudns.cc" => 0,
|
7397
|
+
"cloudns.eu" => 0,
|
7398
|
+
"cloudns.in" => 0,
|
7399
|
+
"cloudns.info" => 0,
|
7400
|
+
"cloudns.org" => 0,
|
7401
|
+
"cloudns.pro" => 0,
|
7402
|
+
"cloudns.pw" => 0,
|
7403
|
+
"cloudns.us" => 0,
|
7378
7404
|
"co.nl" => 0,
|
7379
7405
|
"co.no" => 0,
|
7380
7406
|
"platform.sh" => -1,
|
7407
|
+
"realm.cz" => 0,
|
7408
|
+
"cryptonomic.net" => -1,
|
7381
7409
|
"cupcake.is" => 0,
|
7382
7410
|
"cyon.link" => 0,
|
7383
7411
|
"cyon.site" => 0,
|
@@ -7391,6 +7419,8 @@ class DomainName
|
|
7391
7419
|
"dnshome.de" => 0,
|
7392
7420
|
"dreamhosters.com" => 0,
|
7393
7421
|
"mydrobo.com" => 0,
|
7422
|
+
"drud.io" => 0,
|
7423
|
+
"drud.us" => 0,
|
7394
7424
|
"duckdns.org" => 0,
|
7395
7425
|
"dy.fi" => 0,
|
7396
7426
|
"tunk.org" => 0,
|
@@ -7731,12 +7761,17 @@ class DomainName
|
|
7731
7761
|
"tr.eu.org" => 0,
|
7732
7762
|
"uk.eu.org" => 0,
|
7733
7763
|
"us.eu.org" => 0,
|
7764
|
+
"eu-1.evennode.com" => 0,
|
7765
|
+
"eu-2.evennode.com" => 0,
|
7766
|
+
"us-1.evennode.com" => 0,
|
7767
|
+
"us-2.evennode.com" => 0,
|
7734
7768
|
"apps.fbsbx.com" => 0,
|
7735
7769
|
"a.ssl.fastly.net" => 0,
|
7736
7770
|
"b.ssl.fastly.net" => 0,
|
7737
7771
|
"global.ssl.fastly.net" => 0,
|
7738
7772
|
"a.prod.fastly.net" => 0,
|
7739
7773
|
"global.prod.fastly.net" => 0,
|
7774
|
+
"fhapp.xyz" => 0,
|
7740
7775
|
"firebaseapp.com" => 0,
|
7741
7776
|
"flynnhub.com" => 0,
|
7742
7777
|
"freebox-os.com" => 0,
|
@@ -7745,6 +7780,10 @@ class DomainName
|
|
7745
7780
|
"fbxos.fr" => 0,
|
7746
7781
|
"freebox-os.fr" => 0,
|
7747
7782
|
"freeboxos.fr" => 0,
|
7783
|
+
"myfusion.cloud" => 0,
|
7784
|
+
"futuremailing.at" => 0,
|
7785
|
+
"ex.ortsinfo.at" => -1,
|
7786
|
+
"kunden.ortsinfo.at" => -1,
|
7748
7787
|
"service.gov.uk" => 0,
|
7749
7788
|
"github.io" => 0,
|
7750
7789
|
"githubusercontent.com" => 0,
|
@@ -7753,7 +7792,10 @@ class DomainName
|
|
7753
7792
|
"ext.githubcloud.com" => -1,
|
7754
7793
|
"gist.githubcloud.com" => 0,
|
7755
7794
|
"githubcloudusercontent.com" => -1,
|
7795
|
+
"gitlab.io" => 0,
|
7756
7796
|
"ro.com" => 0,
|
7797
|
+
"ro.im" => 0,
|
7798
|
+
"shop.ro" => 0,
|
7757
7799
|
"goip.de" => 0,
|
7758
7800
|
"0emm.com" => -1,
|
7759
7801
|
"appspot.com" => 0,
|
@@ -7836,15 +7878,54 @@ class DomainName
|
|
7836
7878
|
"googleapis.com" => 0,
|
7837
7879
|
"googlecode.com" => 0,
|
7838
7880
|
"pagespeedmobilizer.com" => 0,
|
7881
|
+
"publishproxy.com" => 0,
|
7839
7882
|
"withgoogle.com" => 0,
|
7840
7883
|
"withyoutube.com" => 0,
|
7841
7884
|
"hashbang.sh" => 0,
|
7842
7885
|
"hasura-app.io" => 0,
|
7886
|
+
"hepforge.org" => 0,
|
7843
7887
|
"herokuapp.com" => 0,
|
7844
7888
|
"herokussl.com" => 0,
|
7845
7889
|
"iki.fi" => 0,
|
7846
7890
|
"biz.at" => 0,
|
7847
7891
|
"info.at" => 0,
|
7892
|
+
"ac.leg.br" => 0,
|
7893
|
+
"al.leg.br" => 0,
|
7894
|
+
"am.leg.br" => 0,
|
7895
|
+
"ap.leg.br" => 0,
|
7896
|
+
"ba.leg.br" => 0,
|
7897
|
+
"ce.leg.br" => 0,
|
7898
|
+
"df.leg.br" => 0,
|
7899
|
+
"es.leg.br" => 0,
|
7900
|
+
"go.leg.br" => 0,
|
7901
|
+
"ma.leg.br" => 0,
|
7902
|
+
"mg.leg.br" => 0,
|
7903
|
+
"ms.leg.br" => 0,
|
7904
|
+
"mt.leg.br" => 0,
|
7905
|
+
"pa.leg.br" => 0,
|
7906
|
+
"pb.leg.br" => 0,
|
7907
|
+
"pe.leg.br" => 0,
|
7908
|
+
"pi.leg.br" => 0,
|
7909
|
+
"pr.leg.br" => 0,
|
7910
|
+
"rj.leg.br" => 0,
|
7911
|
+
"rn.leg.br" => 0,
|
7912
|
+
"ro.leg.br" => 0,
|
7913
|
+
"rr.leg.br" => 0,
|
7914
|
+
"rs.leg.br" => 0,
|
7915
|
+
"sc.leg.br" => 0,
|
7916
|
+
"se.leg.br" => 0,
|
7917
|
+
"sp.leg.br" => 0,
|
7918
|
+
"to.leg.br" => 0,
|
7919
|
+
"triton.zone" => -1,
|
7920
|
+
"cns.joyent.com" => -1,
|
7921
|
+
"js.org" => 0,
|
7922
|
+
"keymachine.de" => 0,
|
7923
|
+
"knightpoint.systems" => 0,
|
7924
|
+
"co.krd" => 0,
|
7925
|
+
"edu.krd" => 0,
|
7926
|
+
"magentosite.cloud" => -1,
|
7927
|
+
"meteorapp.com" => 0,
|
7928
|
+
"eu.meteorapp.com" => 0,
|
7848
7929
|
"co.pl" => 0,
|
7849
7930
|
"azurewebsites.net" => 0,
|
7850
7931
|
"azure-mobile.net" => 0,
|
@@ -7942,6 +8023,7 @@ class DomainName
|
|
7942
8023
|
"zapto.org" => 0,
|
7943
8024
|
"nyc.mn" => 0,
|
7944
8025
|
"nid.io" => 0,
|
8026
|
+
"opencraft.hosting" => 0,
|
7945
8027
|
"operaunite.com" => 0,
|
7946
8028
|
"outsystemscloud.com" => 0,
|
7947
8029
|
"ownprovider.com" => 0,
|
@@ -7959,23 +8041,37 @@ class DomainName
|
|
7959
8041
|
"mypep.link" => 0,
|
7960
8042
|
"xen.prgmr.com" => 0,
|
7961
8043
|
"priv.at" => 0,
|
8044
|
+
"protonet.io" => 0,
|
7962
8045
|
"chirurgiens-dentistes-en-france.fr" => 0,
|
7963
8046
|
"qa2.com" => 0,
|
8047
|
+
"dev-myqnapcloud.com" => 0,
|
8048
|
+
"alpha-myqnapcloud.com" => 0,
|
8049
|
+
"myqnapcloud.com" => 0,
|
7964
8050
|
"rackmaze.com" => 0,
|
7965
8051
|
"rackmaze.net" => 0,
|
7966
8052
|
"rhcloud.com" => 0,
|
7967
8053
|
"hzc.io" => 0,
|
8054
|
+
"wellbeingzone.eu" => 0,
|
8055
|
+
"ptplus.fit" => 0,
|
8056
|
+
"wellbeingzone.co.uk" => 0,
|
7968
8057
|
"sandcats.io" => 0,
|
8058
|
+
"logoip.de" => 0,
|
8059
|
+
"logoip.com" => 0,
|
7969
8060
|
"biz.ua" => 0,
|
7970
8061
|
"co.ua" => 0,
|
7971
8062
|
"pp.ua" => 0,
|
8063
|
+
"myshopblocks.com" => 0,
|
7972
8064
|
"sinaapp.com" => 0,
|
7973
8065
|
"vipsinaapp.com" => 0,
|
7974
8066
|
"1kapp.com" => 0,
|
7975
8067
|
"bounty-full.com" => 0,
|
7976
8068
|
"alpha.bounty-full.com" => 0,
|
7977
8069
|
"beta.bounty-full.com" => 0,
|
8070
|
+
"static.land" => 0,
|
8071
|
+
"dev.static.land" => 0,
|
8072
|
+
"sites.static.land" => 0,
|
7978
8073
|
"spacekit.io" => 0,
|
8074
|
+
"stackspace.space" => 0,
|
7979
8075
|
"diskstation.me" => 0,
|
7980
8076
|
"dscloud.biz" => 0,
|
7981
8077
|
"dscloud.me" => 0,
|
@@ -7989,6 +8085,7 @@ class DomainName
|
|
7989
8085
|
"i234.me" => 0,
|
7990
8086
|
"myds.me" => 0,
|
7991
8087
|
"synology.me" => 0,
|
8088
|
+
"taifun-dns.de" => 0,
|
7992
8089
|
"gda.pl" => 0,
|
7993
8090
|
"gdansk.pl" => 0,
|
7994
8091
|
"gdynia.pl" => 0,
|
@@ -7996,11 +8093,17 @@ class DomainName
|
|
7996
8093
|
"sopot.pl" => 0,
|
7997
8094
|
"bloxcms.com" => 0,
|
7998
8095
|
"townnews-staging.com" => 0,
|
8096
|
+
"transurl.be" => -1,
|
8097
|
+
"transurl.eu" => -1,
|
8098
|
+
"transurl.nl" => -1,
|
8099
|
+
"tuxfamily.org" => 0,
|
7999
8100
|
"hk.com" => 0,
|
8000
8101
|
"hk.org" => 0,
|
8001
8102
|
"ltd.hk" => 0,
|
8002
8103
|
"inc.hk" => 0,
|
8104
|
+
"lib.de.us" => 0,
|
8003
8105
|
"router.management" => 0,
|
8106
|
+
"wmflabs.org" => 0,
|
8004
8107
|
"yolasite.com" => 0,
|
8005
8108
|
"za.net" => 0,
|
8006
8109
|
"za.org" => 0,
|