domain_name 0.5.25 → 0.5.20160128
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/Rakefile +10 -0
 - data/data/effective_tld_names.dat +160 -35
 - data/lib/domain_name/etld_data.rb +77 -21
 - data/lib/domain_name/version.rb +1 -1
 - metadata +3 -3
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 7ec4759d1345f0107921976c4f25675a0547e37a
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 0d92130605076849d0930edf9d6caead376baf5d
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: e1060fbab68b2be5274e54e94098b53b5b4629506f17d548b7b0d9e8d3ea8af2ea0cdd18838786673f366896ddd5019380cf40c30a2cd35b94bf8a0f29da90ac
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: af185adc672fe7f86a37f065d0984cb8ed2060c9361d5e247919d7eef7445f1a9c06c84e7c0d4be54ad2ae7f4de19b71cf2158af59976fffc94793ecd1bfb01e
         
     | 
    
        data/Rakefile
    CHANGED
    
    | 
         @@ -4,6 +4,7 @@ require 'uri' 
     | 
|
| 
       4 
4 
     | 
    
         
             
            ETLD_DATA_URI  = URI('https://publicsuffix.org/list/effective_tld_names.dat')
         
     | 
| 
       5 
5 
     | 
    
         
             
            ETLD_DATA_FILE = 'data/effective_tld_names.dat'
         
     | 
| 
       6 
6 
     | 
    
         
             
            ETLD_DATA_RB   = 'lib/domain_name/etld_data.rb'
         
     | 
| 
      
 7 
     | 
    
         
            +
            VERSION_RB     = 'lib/domain_name/version.rb'
         
     | 
| 
       7 
8 
     | 
    
         | 
| 
       8 
9 
     | 
    
         
             
            task :default => :test
         
     | 
| 
       9 
10 
     | 
    
         | 
| 
         @@ -32,6 +33,14 @@ task :etld_data do 
     | 
|
| 
       32 
33 
     | 
    
         
             
                date = data.last_modified
         
     | 
| 
       33 
34 
     | 
    
         
             
                File.write(ETLD_DATA_FILE, data)
         
     | 
| 
       34 
35 
     | 
    
         
             
                File.utime Time.now, date, ETLD_DATA_FILE
         
     | 
| 
      
 36 
     | 
    
         
            +
                if new_version = DomainName::VERSION.dup.sub!(/(?<=\A|\.)\d{8}\b(?=\z|\.)/, date.strftime('%Y%m%d'))
         
     | 
| 
      
 37 
     | 
    
         
            +
                  File.open(VERSION_RB, 'r+') { |rb|
         
     | 
| 
      
 38 
     | 
    
         
            +
                    content = rb.read
         
     | 
| 
      
 39 
     | 
    
         
            +
                    rb.rewind
         
     | 
| 
      
 40 
     | 
    
         
            +
                    rb.write(content.sub(/(?<=^  VERSION = ')#{Regexp.quote(DomainName::VERSION)}(?='$)/, new_version))
         
     | 
| 
      
 41 
     | 
    
         
            +
                    rb.truncate(rb.tell)
         
     | 
| 
      
 42 
     | 
    
         
            +
                  }
         
     | 
| 
      
 43 
     | 
    
         
            +
                end
         
     | 
| 
       35 
44 
     | 
    
         
             
                Rake::Task[ETLD_DATA_RB].execute
         
     | 
| 
       36 
45 
     | 
    
         
             
              rescue OpenURI::HTTPError => e
         
     | 
| 
       37 
46 
     | 
    
         
             
                if e.io.status.first == '304' # Not Modified
         
     | 
| 
         @@ -49,6 +58,7 @@ namespace :etld_data do 
     | 
|
| 
       49 
58 
     | 
    
         
             
                sh 'git', 'commit',
         
     | 
| 
       50 
59 
     | 
    
         
             
                  ETLD_DATA_FILE,
         
     | 
| 
       51 
60 
     | 
    
         
             
                  ETLD_DATA_RB,
         
     | 
| 
      
 61 
     | 
    
         
            +
                  VERSION_RB,
         
     | 
| 
       52 
62 
     | 
    
         
             
                  '-m', 'Update the eTLD database to %s.' % DomainName::ETLD_DATA_DATE
         
     | 
| 
       53 
63 
     | 
    
         
             
              end
         
     | 
| 
       54 
64 
     | 
    
         
             
            end
         
     | 
| 
         @@ -89,7 +89,6 @@ leasing.aero 
     | 
|
| 
       89 
89 
     | 
    
         
             
            logistics.aero
         
     | 
| 
       90 
90 
     | 
    
         
             
            magazine.aero
         
     | 
| 
       91 
91 
     | 
    
         
             
            maintenance.aero
         
     | 
| 
       92 
     | 
    
         
            -
            marketplace.aero
         
     | 
| 
       93 
92 
     | 
    
         
             
            media.aero
         
     | 
| 
       94 
93 
     | 
    
         
             
            microlight.aero
         
     | 
| 
       95 
94 
     | 
    
         
             
            modelling.aero
         
     | 
| 
         @@ -112,7 +111,6 @@ show.aero 
     | 
|
| 
       112 
111 
     | 
    
         
             
            skydiving.aero
         
     | 
| 
       113 
112 
     | 
    
         
             
            software.aero
         
     | 
| 
       114 
113 
     | 
    
         
             
            student.aero
         
     | 
| 
       115 
     | 
    
         
            -
            taxi.aero
         
     | 
| 
       116 
114 
     | 
    
         
             
            trader.aero
         
     | 
| 
       117 
115 
     | 
    
         
             
            trading.aero
         
     | 
| 
       118 
116 
     | 
    
         
             
            trainer.aero
         
     | 
| 
         @@ -155,13 +153,6 @@ org.al 
     | 
|
| 
       155 
153 
     | 
    
         
             
            // am : http://en.wikipedia.org/wiki/.am
         
     | 
| 
       156 
154 
     | 
    
         
             
            am
         
     | 
| 
       157 
155 
     | 
    
         | 
| 
       158 
     | 
    
         
            -
            // an : http://www.una.an/an_domreg/default.asp
         
     | 
| 
       159 
     | 
    
         
            -
            an
         
     | 
| 
       160 
     | 
    
         
            -
            com.an
         
     | 
| 
       161 
     | 
    
         
            -
            net.an
         
     | 
| 
       162 
     | 
    
         
            -
            org.an
         
     | 
| 
       163 
     | 
    
         
            -
            edu.an
         
     | 
| 
       164 
     | 
    
         
            -
             
     | 
| 
       165 
156 
     | 
    
         
             
            // ao : http://en.wikipedia.org/wiki/.ao
         
     | 
| 
       166 
157 
     | 
    
         
             
            // http://www.dns.ao/REGISTR.DOC
         
     | 
| 
       167 
158 
     | 
    
         
             
            ao
         
     | 
| 
         @@ -1012,7 +1003,10 @@ gw 
     | 
|
| 
       1012 
1003 
     | 
    
         
             
            gy
         
     | 
| 
       1013 
1004 
     | 
    
         
             
            co.gy
         
     | 
| 
       1014 
1005 
     | 
    
         
             
            com.gy
         
     | 
| 
      
 1006 
     | 
    
         
            +
            edu.gy
         
     | 
| 
      
 1007 
     | 
    
         
            +
            gov.gy
         
     | 
| 
       1015 
1008 
     | 
    
         
             
            net.gy
         
     | 
| 
      
 1009 
     | 
    
         
            +
            org.gy
         
     | 
| 
       1016 
1010 
     | 
    
         | 
| 
       1017 
1011 
     | 
    
         
             
            // hk : https://www.hkdnr.hk
         
     | 
| 
       1018 
1012 
     | 
    
         
             
            // Submitted by registry <hk.tech@hkirc.hk> 2008-06-11
         
     | 
| 
         @@ -1157,7 +1151,7 @@ tv.im 
     | 
|
| 
       1157 
1151 
     | 
    
         | 
| 
       1158 
1152 
     | 
    
         
             
            // in : http://en.wikipedia.org/wiki/.in
         
     | 
| 
       1159 
1153 
     | 
    
         
             
            // see also: https://registry.in/Policies
         
     | 
| 
       1160 
     | 
    
         
            -
            // Please note, that nic.in is not an  
     | 
| 
      
 1154 
     | 
    
         
            +
            // Please note, that nic.in is not an official eTLD, but used by most
         
     | 
| 
       1161 
1155 
     | 
    
         
             
            // government institutions.
         
     | 
| 
       1162 
1156 
     | 
    
         
             
            in
         
     | 
| 
       1163 
1157 
     | 
    
         
             
            co.in
         
     | 
| 
         @@ -4437,8 +4431,21 @@ gov.ng 
     | 
|
| 
       4437 
4431 
     | 
    
         
             
            mil.ng
         
     | 
| 
       4438 
4432 
     | 
    
         
             
            mobi.ng
         
     | 
| 
       4439 
4433 
     | 
    
         | 
| 
       4440 
     | 
    
         
            -
            // ni : http://www.nic.ni/ 
     | 
| 
       4441 
     | 
    
         
            -
             
     | 
| 
      
 4434 
     | 
    
         
            +
            // ni : http://www.nic.ni/
         
     | 
| 
      
 4435 
     | 
    
         
            +
            com.ni
         
     | 
| 
      
 4436 
     | 
    
         
            +
            gob.ni
         
     | 
| 
      
 4437 
     | 
    
         
            +
            edu.ni
         
     | 
| 
      
 4438 
     | 
    
         
            +
            org.ni
         
     | 
| 
      
 4439 
     | 
    
         
            +
            nom.ni
         
     | 
| 
      
 4440 
     | 
    
         
            +
            net.ni
         
     | 
| 
      
 4441 
     | 
    
         
            +
            mil.ni
         
     | 
| 
      
 4442 
     | 
    
         
            +
            co.ni
         
     | 
| 
      
 4443 
     | 
    
         
            +
            biz.ni
         
     | 
| 
      
 4444 
     | 
    
         
            +
            web.ni
         
     | 
| 
      
 4445 
     | 
    
         
            +
            int.ni
         
     | 
| 
      
 4446 
     | 
    
         
            +
            ac.ni
         
     | 
| 
      
 4447 
     | 
    
         
            +
            in.ni
         
     | 
| 
      
 4448 
     | 
    
         
            +
            info.ni
         
     | 
| 
       4442 
4449 
     | 
    
         | 
| 
       4443 
4450 
     | 
    
         
             
            // nl : http://en.wikipedia.org/wiki/.nl
         
     | 
| 
       4444 
4451 
     | 
    
         
             
            //      https://www.sidn.nl/
         
     | 
| 
         @@ -5634,32 +5641,32 @@ sch.qa 
     | 
|
| 
       5634 
5641 
     | 
    
         | 
| 
       5635 
5642 
     | 
    
         
             
            // re : http://www.afnic.re/obtenir/chartes/nommage-re/annexe-descriptifs
         
     | 
| 
       5636 
5643 
     | 
    
         
             
            re
         
     | 
| 
       5637 
     | 
    
         
            -
            com.re
         
     | 
| 
       5638 
5644 
     | 
    
         
             
            asso.re
         
     | 
| 
      
 5645 
     | 
    
         
            +
            com.re
         
     | 
| 
       5639 
5646 
     | 
    
         
             
            nom.re
         
     | 
| 
       5640 
5647 
     | 
    
         | 
| 
       5641 
5648 
     | 
    
         
             
            // ro : http://www.rotld.ro/
         
     | 
| 
       5642 
5649 
     | 
    
         
             
            ro
         
     | 
| 
      
 5650 
     | 
    
         
            +
            arts.ro
         
     | 
| 
       5643 
5651 
     | 
    
         
             
            com.ro
         
     | 
| 
       5644 
     | 
    
         
            -
             
     | 
| 
       5645 
     | 
    
         
            -
            tm.ro
         
     | 
| 
       5646 
     | 
    
         
            -
            nt.ro
         
     | 
| 
       5647 
     | 
    
         
            -
            nom.ro
         
     | 
| 
      
 5652 
     | 
    
         
            +
            firm.ro
         
     | 
| 
       5648 
5653 
     | 
    
         
             
            info.ro
         
     | 
| 
      
 5654 
     | 
    
         
            +
            nom.ro
         
     | 
| 
      
 5655 
     | 
    
         
            +
            nt.ro
         
     | 
| 
      
 5656 
     | 
    
         
            +
            org.ro
         
     | 
| 
       5649 
5657 
     | 
    
         
             
            rec.ro
         
     | 
| 
       5650 
     | 
    
         
            -
            arts.ro
         
     | 
| 
       5651 
     | 
    
         
            -
            firm.ro
         
     | 
| 
       5652 
5658 
     | 
    
         
             
            store.ro
         
     | 
| 
      
 5659 
     | 
    
         
            +
            tm.ro
         
     | 
| 
       5653 
5660 
     | 
    
         
             
            www.ro
         
     | 
| 
       5654 
5661 
     | 
    
         | 
| 
       5655 
     | 
    
         
            -
            // rs :  
     | 
| 
      
 5662 
     | 
    
         
            +
            // rs : https://www.rnids.rs/en/domains/national-domains
         
     | 
| 
       5656 
5663 
     | 
    
         
             
            rs
         
     | 
| 
      
 5664 
     | 
    
         
            +
            ac.rs
         
     | 
| 
       5657 
5665 
     | 
    
         
             
            co.rs
         
     | 
| 
       5658 
     | 
    
         
            -
            org.rs
         
     | 
| 
       5659 
5666 
     | 
    
         
             
            edu.rs
         
     | 
| 
       5660 
     | 
    
         
            -
            ac.rs
         
     | 
| 
       5661 
5667 
     | 
    
         
             
            gov.rs
         
     | 
| 
       5662 
5668 
     | 
    
         
             
            in.rs
         
     | 
| 
      
 5669 
     | 
    
         
            +
            org.rs
         
     | 
| 
       5663 
5670 
     | 
    
         | 
| 
       5664 
5671 
     | 
    
         
             
            // ru : http://www.cctld.ru/ru/docs/aktiv_8.php
         
     | 
| 
       5665 
5672 
     | 
    
         
             
            // Industry domains
         
     | 
| 
         @@ -5783,7 +5790,6 @@ kms.ru 
     | 
|
| 
       5783 
5790 
     | 
    
         
             
            k-uralsk.ru
         
     | 
| 
       5784 
5791 
     | 
    
         
             
            kustanai.ru
         
     | 
| 
       5785 
5792 
     | 
    
         
             
            kuzbass.ru
         
     | 
| 
       5786 
     | 
    
         
            -
            magnitka.ru
         
     | 
| 
       5787 
5793 
     | 
    
         
             
            mytis.ru
         
     | 
| 
       5788 
5794 
     | 
    
         
             
            nakhodka.ru
         
     | 
| 
       5789 
5795 
     | 
    
         
             
            nkz.ru
         
     | 
| 
         @@ -6133,10 +6139,6 @@ org.to 
     | 
|
| 
       6133 
6139 
     | 
    
         
             
            edu.to
         
     | 
| 
       6134 
6140 
     | 
    
         
             
            mil.to
         
     | 
| 
       6135 
6141 
     | 
    
         | 
| 
       6136 
     | 
    
         
            -
            // tp : No registrations at this time.
         
     | 
| 
       6137 
     | 
    
         
            -
            // Submitted by Ryan Sleevi <ryan.sleevi@gmail.com> 2014-01-03
         
     | 
| 
       6138 
     | 
    
         
            -
            tp
         
     | 
| 
       6139 
     | 
    
         
            -
             
     | 
| 
       6140 
6142 
     | 
    
         
             
            // subTLDs: https://www.nic.tr/forms/eng/policies.pdf
         
     | 
| 
       6141 
6143 
     | 
    
         
             
            //     and: https://www.nic.tr/forms/politikalar.pdf
         
     | 
| 
       6142 
6144 
     | 
    
         
             
            // Submitted by <mehmetgurevin@gmail.com> 2014-07-19
         
     | 
| 
         @@ -6572,8 +6574,8 @@ lib.wi.us 
     | 
|
| 
       6572 
6574 
     | 
    
         
             
            // lib.wv.us  Bug 941670 - Removed at request of Larry W Arnold <arnold@wvlc.lib.wv.us>
         
     | 
| 
       6573 
6575 
     | 
    
         
             
            lib.wy.us
         
     | 
| 
       6574 
6576 
     | 
    
         
             
            // k12.ma.us contains school districts in Massachusetts. The 4LDs are
         
     | 
| 
       6575 
     | 
    
         
            -
            //  managed  
     | 
| 
       6576 
     | 
    
         
            -
            //  parochial (PAROCH) schools.  Those are delegated  
     | 
| 
      
 6577 
     | 
    
         
            +
            //  managed independently except for private (PVT), charter (CHTR) and
         
     | 
| 
      
 6578 
     | 
    
         
            +
            //  parochial (PAROCH) schools.  Those are delegated directly to the
         
     | 
| 
       6577 
6579 
     | 
    
         
             
            //  5LD operators.   <k12-ma-hostmaster _ at _ rsuc.gweep.net>
         
     | 
| 
       6578 
6580 
     | 
    
         
             
            pvt.k12.ma.us
         
     | 
| 
       6579 
6581 
     | 
    
         
             
            chtr.k12.ma.us
         
     | 
| 
         @@ -6824,7 +6826,7 @@ yt 
     | 
|
| 
       6824 
6826 
     | 
    
         
             
            فلسطين
         
     | 
| 
       6825 
6827 
     | 
    
         | 
| 
       6826 
6828 
     | 
    
         
             
            // xn--90a3ac ("srb", Cyrillic) : RS
         
     | 
| 
       6827 
     | 
    
         
            -
            //  
     | 
| 
      
 6829 
     | 
    
         
            +
            // https://www.rnids.rs/en/domains/national-domains
         
     | 
| 
       6828 
6830 
     | 
    
         
             
            срб
         
     | 
| 
       6829 
6831 
     | 
    
         
             
            пр.срб
         
     | 
| 
       6830 
6832 
     | 
    
         
             
            орг.срб
         
     | 
| 
         @@ -6903,7 +6905,7 @@ xxx 
     | 
|
| 
       6903 
6905 
     | 
    
         | 
| 
       6904 
6906 
     | 
    
         
             
            // za : http://www.zadna.org.za/content/page/domain-information
         
     | 
| 
       6905 
6907 
     | 
    
         
             
            ac.za
         
     | 
| 
       6906 
     | 
    
         
            -
             
     | 
| 
      
 6908 
     | 
    
         
            +
            agric.za
         
     | 
| 
       6907 
6909 
     | 
    
         
             
            alt.za
         
     | 
| 
       6908 
6910 
     | 
    
         
             
            co.za
         
     | 
| 
       6909 
6911 
     | 
    
         
             
            edu.za
         
     | 
| 
         @@ -6927,7 +6929,7 @@ web.za 
     | 
|
| 
       6927 
6929 
     | 
    
         
             
            *.zw
         
     | 
| 
       6928 
6930 
     | 
    
         | 
| 
       6929 
6931 
     | 
    
         | 
| 
       6930 
     | 
    
         
            -
            // List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on  
     | 
| 
      
 6932 
     | 
    
         
            +
            // List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 2016-01-04T22:39:54Z
         
     | 
| 
       6931 
6933 
     | 
    
         | 
| 
       6932 
6934 
     | 
    
         
             
            // aaa : 2015-02-26 American Automobile Association, Inc.
         
     | 
| 
       6933 
6935 
     | 
    
         
             
            aaa
         
     | 
| 
         @@ -7100,6 +7102,9 @@ apple 
     | 
|
| 
       7100 
7102 
     | 
    
         
             
            // aquarelle : 2014-07-24 Aquarelle.com
         
     | 
| 
       7101 
7103 
     | 
    
         
             
            aquarelle
         
     | 
| 
       7102 
7104 
     | 
    
         | 
| 
      
 7105 
     | 
    
         
            +
            // arab : 2015-11-12 League of Arab States
         
     | 
| 
      
 7106 
     | 
    
         
            +
            arab
         
     | 
| 
      
 7107 
     | 
    
         
            +
             
     | 
| 
       7103 
7108 
     | 
    
         
             
            // aramco : 2014-11-20 Aramco Services Company
         
     | 
| 
       7104 
7109 
     | 
    
         
             
            aramco
         
     | 
| 
       7105 
7110 
     | 
    
         | 
| 
         @@ -7196,6 +7201,9 @@ barefoot 
     | 
|
| 
       7196 
7201 
     | 
    
         
             
            // bargains : 2013-11-14 Half Hallow, LLC
         
     | 
| 
       7197 
7202 
     | 
    
         
             
            bargains
         
     | 
| 
       7198 
7203 
     | 
    
         | 
| 
      
 7204 
     | 
    
         
            +
            // baseball : 2015-10-29 MLB Advanced Media DH, LLC
         
     | 
| 
      
 7205 
     | 
    
         
            +
            baseball
         
     | 
| 
      
 7206 
     | 
    
         
            +
             
     | 
| 
       7199 
7207 
     | 
    
         
             
            // basketball : 2015-08-20 Fédération Internationale de Basketball (FIBA)
         
     | 
| 
       7200 
7208 
     | 
    
         
             
            basketball
         
     | 
| 
       7201 
7209 
     | 
    
         | 
| 
         @@ -7223,6 +7231,9 @@ bcn 
     | 
|
| 
       7223 
7231 
     | 
    
         
             
            // beats : 2015-05-14 Beats Electronics, LLC
         
     | 
| 
       7224 
7232 
     | 
    
         
             
            beats
         
     | 
| 
       7225 
7233 
     | 
    
         | 
| 
      
 7234 
     | 
    
         
            +
            // beauty : 2015-12-03 L'Oréal
         
     | 
| 
      
 7235 
     | 
    
         
            +
            beauty
         
     | 
| 
      
 7236 
     | 
    
         
            +
             
     | 
| 
       7226 
7237 
     | 
    
         
             
            // beer : 2014-01-09 Top Level Domain Holdings Limited
         
     | 
| 
       7227 
7238 
     | 
    
         
             
            beer
         
     | 
| 
       7228 
7239 
     | 
    
         | 
| 
         @@ -7328,12 +7339,18 @@ bosch 
     | 
|
| 
       7328 
7339 
     | 
    
         
             
            // bostik : 2015-05-28 Bostik SA
         
     | 
| 
       7329 
7340 
     | 
    
         
             
            bostik
         
     | 
| 
       7330 
7341 
     | 
    
         | 
| 
      
 7342 
     | 
    
         
            +
            // boston : 2015-12-10 Boston Globe Media Partners, LLC
         
     | 
| 
      
 7343 
     | 
    
         
            +
            boston
         
     | 
| 
      
 7344 
     | 
    
         
            +
             
     | 
| 
       7331 
7345 
     | 
    
         
             
            // bot : 2014-12-18 Amazon EU S.à r.l.
         
     | 
| 
       7332 
7346 
     | 
    
         
             
            bot
         
     | 
| 
       7333 
7347 
     | 
    
         | 
| 
       7334 
7348 
     | 
    
         
             
            // boutique : 2013-11-14 Over Galley, LLC
         
     | 
| 
       7335 
7349 
     | 
    
         
             
            boutique
         
     | 
| 
       7336 
7350 
     | 
    
         | 
| 
      
 7351 
     | 
    
         
            +
            // box : 2015-11-12 NS1 Limited
         
     | 
| 
      
 7352 
     | 
    
         
            +
            box
         
     | 
| 
      
 7353 
     | 
    
         
            +
             
     | 
| 
       7337 
7354 
     | 
    
         
             
            // bradesco : 2014-12-18 Banco Bradesco S.A.
         
     | 
| 
       7338 
7355 
     | 
    
         
             
            bradesco
         
     | 
| 
       7339 
7356 
     | 
    
         | 
| 
         @@ -7454,6 +7471,9 @@ casino 
     | 
|
| 
       7454 
7471 
     | 
    
         
             
            // catering : 2013-12-05 New Falls. LLC
         
     | 
| 
       7455 
7472 
     | 
    
         
             
            catering
         
     | 
| 
       7456 
7473 
     | 
    
         | 
| 
      
 7474 
     | 
    
         
            +
            // catholic : 2015-10-21 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)
         
     | 
| 
      
 7475 
     | 
    
         
            +
            catholic
         
     | 
| 
      
 7476 
     | 
    
         
            +
             
     | 
| 
       7457 
7477 
     | 
    
         
             
            // cba : 2014-06-26 COMMONWEALTH BANK OF AUSTRALIA
         
     | 
| 
       7458 
7478 
     | 
    
         
             
            cba
         
     | 
| 
       7459 
7479 
     | 
    
         | 
| 
         @@ -7553,6 +7573,9 @@ click 
     | 
|
| 
       7553 
7573 
     | 
    
         
             
            // clinic : 2014-03-20 Goose Park, LLC
         
     | 
| 
       7554 
7574 
     | 
    
         
             
            clinic
         
     | 
| 
       7555 
7575 
     | 
    
         | 
| 
      
 7576 
     | 
    
         
            +
            // clinique : 2015-10-01 The Estée Lauder Companies Inc.
         
     | 
| 
      
 7577 
     | 
    
         
            +
            clinique
         
     | 
| 
      
 7578 
     | 
    
         
            +
             
     | 
| 
       7556 
7579 
     | 
    
         
             
            // clothing : 2013-08-27 Steel Lake, LLC
         
     | 
| 
       7557 
7580 
     | 
    
         
             
            clothing
         
     | 
| 
       7558 
7581 
     | 
    
         | 
| 
         @@ -7592,6 +7615,9 @@ community 
     | 
|
| 
       7592 
7615 
     | 
    
         
             
            // company : 2013-11-07 Silver Avenue, LLC
         
     | 
| 
       7593 
7616 
     | 
    
         
             
            company
         
     | 
| 
       7594 
7617 
     | 
    
         | 
| 
      
 7618 
     | 
    
         
            +
            // compare : 2015-10-08 iSelect Ltd
         
     | 
| 
      
 7619 
     | 
    
         
            +
            compare
         
     | 
| 
      
 7620 
     | 
    
         
            +
             
     | 
| 
       7595 
7621 
     | 
    
         
             
            // computer : 2013-10-24 Pine Mill, LLC
         
     | 
| 
       7596 
7622 
     | 
    
         
             
            computer
         
     | 
| 
       7597 
7623 
     | 
    
         | 
| 
         @@ -7655,6 +7681,9 @@ crown 
     | 
|
| 
       7655 
7681 
     | 
    
         
             
            // crs : 2014-04-03 Federated Co-operatives Limited
         
     | 
| 
       7656 
7682 
     | 
    
         
             
            crs
         
     | 
| 
       7657 
7683 
     | 
    
         | 
| 
      
 7684 
     | 
    
         
            +
            // cruise : 2015-12-10 Viking River Cruises (Bermuda) Ltd.
         
     | 
| 
      
 7685 
     | 
    
         
            +
            cruise
         
     | 
| 
      
 7686 
     | 
    
         
            +
             
     | 
| 
       7658 
7687 
     | 
    
         
             
            // cruises : 2013-12-05 Spring Way, LLC
         
     | 
| 
       7659 
7688 
     | 
    
         
             
            cruises
         
     | 
| 
       7660 
7689 
     | 
    
         | 
| 
         @@ -7766,6 +7795,9 @@ discover 
     | 
|
| 
       7766 
7795 
     | 
    
         
             
            // dish : 2015-07-30 Dish DBS Corporation
         
     | 
| 
       7767 
7796 
     | 
    
         
             
            dish
         
     | 
| 
       7768 
7797 
     | 
    
         | 
| 
      
 7798 
     | 
    
         
            +
            // diy : 2015-11-05 Lifestyle Domain Holdings, Inc.
         
     | 
| 
      
 7799 
     | 
    
         
            +
            diy
         
     | 
| 
      
 7800 
     | 
    
         
            +
             
     | 
| 
       7769 
7801 
     | 
    
         
             
            // dnp : 2013-12-13 Dai Nippon Printing Co., Ltd.
         
     | 
| 
       7770 
7802 
     | 
    
         
             
            dnp
         
     | 
| 
       7771 
7803 
     | 
    
         | 
| 
         @@ -8048,6 +8080,9 @@ foundation 
     | 
|
| 
       8048 
8080 
     | 
    
         
             
            // fox : 2015-09-11 FOX Registry, LLC
         
     | 
| 
       8049 
8081 
     | 
    
         
             
            fox
         
     | 
| 
       8050 
8082 
     | 
    
         | 
| 
      
 8083 
     | 
    
         
            +
            // free : 2015-12-10 Amazon EU S.à r.l.
         
     | 
| 
      
 8084 
     | 
    
         
            +
            free
         
     | 
| 
      
 8085 
     | 
    
         
            +
             
     | 
| 
       8051 
8086 
     | 
    
         
             
            // fresenius : 2015-07-30 Fresenius Immobilien-Verwaltungs-GmbH
         
     | 
| 
       8052 
8087 
     | 
    
         
             
            fresenius
         
     | 
| 
       8053 
8088 
     | 
    
         | 
| 
         @@ -8237,6 +8272,9 @@ guitars 
     | 
|
| 
       8237 
8272 
     | 
    
         
             
            // guru : 2013-08-27 Pioneer Cypress, LLC
         
     | 
| 
       8238 
8273 
     | 
    
         
             
            guru
         
     | 
| 
       8239 
8274 
     | 
    
         | 
| 
      
 8275 
     | 
    
         
            +
            // hair : 2015-12-03 L'Oréal
         
     | 
| 
      
 8276 
     | 
    
         
            +
            hair
         
     | 
| 
      
 8277 
     | 
    
         
            +
             
     | 
| 
       8240 
8278 
     | 
    
         
             
            // hamburg : 2014-02-20 Hamburg Top-Level-Domain GmbH
         
     | 
| 
       8241 
8279 
     | 
    
         
             
            hamburg
         
     | 
| 
       8242 
8280 
     | 
    
         | 
| 
         @@ -8285,7 +8323,7 @@ hisamitsu 
     | 
|
| 
       8285 
8323 
     | 
    
         
             
            // hitachi : 2014-10-31 Hitachi, Ltd.
         
     | 
| 
       8286 
8324 
     | 
    
         
             
            hitachi
         
     | 
| 
       8287 
8325 
     | 
    
         | 
| 
       8288 
     | 
    
         
            -
            // hiv : 2014-03-13 
     | 
| 
      
 8326 
     | 
    
         
            +
            // hiv : 2014-03-13
         
     | 
| 
       8289 
8327 
     | 
    
         
             
            hiv
         
     | 
| 
       8290 
8328 
     | 
    
         | 
| 
       8291 
8329 
     | 
    
         
             
            // hkt : 2015-05-14 PCCW-HKT DataCom Services Limited
         
     | 
| 
         @@ -8588,6 +8626,9 @@ ladbrokes 
     | 
|
| 
       8588 
8626 
     | 
    
         
             
            // lamborghini : 2015-06-04 Automobili Lamborghini S.p.A.
         
     | 
| 
       8589 
8627 
     | 
    
         
             
            lamborghini
         
     | 
| 
       8590 
8628 
     | 
    
         | 
| 
      
 8629 
     | 
    
         
            +
            // lamer : 2015-10-01 The Estée Lauder Companies Inc.
         
     | 
| 
      
 8630 
     | 
    
         
            +
            lamer
         
     | 
| 
      
 8631 
     | 
    
         
            +
             
     | 
| 
       8591 
8632 
     | 
    
         
             
            // lancaster : 2015-02-12 LANCASTER
         
     | 
| 
       8592 
8633 
     | 
    
         
             
            lancaster
         
     | 
| 
       8593 
8634 
     | 
    
         | 
| 
         @@ -9029,6 +9070,9 @@ ninja 
     | 
|
| 
       9029 
9070 
     | 
    
         
             
            // nissan : 2014-03-27 NISSAN MOTOR CO., LTD.
         
     | 
| 
       9030 
9071 
     | 
    
         
             
            nissan
         
     | 
| 
       9031 
9072 
     | 
    
         | 
| 
      
 9073 
     | 
    
         
            +
            // nissay : 2015-10-29 Nippon Life Insurance Company
         
     | 
| 
      
 9074 
     | 
    
         
            +
            nissay
         
     | 
| 
      
 9075 
     | 
    
         
            +
             
     | 
| 
       9032 
9076 
     | 
    
         
             
            // nokia : 2015-01-08 Nokia Corporation
         
     | 
| 
       9033 
9077 
     | 
    
         
             
            nokia
         
     | 
| 
       9034 
9078 
     | 
    
         | 
| 
         @@ -9122,6 +9166,9 @@ organic 
     | 
|
| 
       9122 
9166 
     | 
    
         
             
            // orientexpress : 2015-02-05 Belmond Ltd.
         
     | 
| 
       9123 
9167 
     | 
    
         
             
            orientexpress
         
     | 
| 
       9124 
9168 
     | 
    
         | 
| 
      
 9169 
     | 
    
         
            +
            // origins : 2015-10-01 The Estée Lauder Companies Inc.
         
     | 
| 
      
 9170 
     | 
    
         
            +
            origins
         
     | 
| 
      
 9171 
     | 
    
         
            +
             
     | 
| 
       9125 
9172 
     | 
    
         
             
            // osaka : 2014-09-04 Interlink Co., Ltd.
         
     | 
| 
       9126 
9173 
     | 
    
         
             
            osaka
         
     | 
| 
       9127 
9174 
     | 
    
         | 
| 
         @@ -9281,7 +9328,7 @@ prof 
     | 
|
| 
       9281 
9328 
     | 
    
         
             
            // progressive : 2015-07-23 Progressive Casualty Insurance Company
         
     | 
| 
       9282 
9329 
     | 
    
         
             
            progressive
         
     | 
| 
       9283 
9330 
     | 
    
         | 
| 
       9284 
     | 
    
         
            -
            // promo : 2014-12-18 
     | 
| 
      
 9331 
     | 
    
         
            +
            // promo : 2014-12-18
         
     | 
| 
       9285 
9332 
     | 
    
         
             
            promo
         
     | 
| 
       9286 
9333 
     | 
    
         | 
| 
       9287 
9334 
     | 
    
         
             
            // properties : 2013-12-05 Big Pass, LLC
         
     | 
| 
         @@ -9302,6 +9349,9 @@ prudential 
     | 
|
| 
       9302 
9349 
     | 
    
         
             
            // pub : 2013-12-12 United TLD Holdco Ltd.
         
     | 
| 
       9303 
9350 
     | 
    
         
             
            pub
         
     | 
| 
       9304 
9351 
     | 
    
         | 
| 
      
 9352 
     | 
    
         
            +
            // pwc : 2015-10-29 PricewaterhouseCoopers LLP
         
     | 
| 
      
 9353 
     | 
    
         
            +
            pwc
         
     | 
| 
      
 9354 
     | 
    
         
            +
             
     | 
| 
       9305 
9355 
     | 
    
         
             
            // qpon : 2013-11-14 dotCOOL, Inc.
         
     | 
| 
       9306 
9356 
     | 
    
         
             
            qpon
         
     | 
| 
       9307 
9357 
     | 
    
         | 
| 
         @@ -9413,6 +9463,9 @@ rio 
     | 
|
| 
       9413 
9463 
     | 
    
         
             
            // rip : 2014-07-10 United TLD Holdco Ltd.
         
     | 
| 
       9414 
9464 
     | 
    
         
             
            rip
         
     | 
| 
       9415 
9465 
     | 
    
         | 
| 
      
 9466 
     | 
    
         
            +
            // rmit : 2015-11-19 Royal Melbourne Institute of Technology
         
     | 
| 
      
 9467 
     | 
    
         
            +
            rmit
         
     | 
| 
      
 9468 
     | 
    
         
            +
             
     | 
| 
       9416 
9469 
     | 
    
         
             
            // rocher : 2014-12-18 Ferrero Trading Lux S.A.
         
     | 
| 
       9417 
9470 
     | 
    
         
             
            rocher
         
     | 
| 
       9418 
9471 
     | 
    
         | 
| 
         @@ -9548,6 +9601,9 @@ security 
     | 
|
| 
       9548 
9601 
     | 
    
         
             
            // seek : 2014-12-04 Seek Limited
         
     | 
| 
       9549 
9602 
     | 
    
         
             
            seek
         
     | 
| 
       9550 
9603 
     | 
    
         | 
| 
      
 9604 
     | 
    
         
            +
            // select : 2015-10-08 iSelect Ltd
         
     | 
| 
      
 9605 
     | 
    
         
            +
            select
         
     | 
| 
      
 9606 
     | 
    
         
            +
             
     | 
| 
       9551 
9607 
     | 
    
         
             
            // sener : 2014-10-24 Sener Ingeniería y Sistemas, S.A.
         
     | 
| 
       9552 
9608 
     | 
    
         
             
            sener
         
     | 
| 
       9553 
9609 
     | 
    
         | 
| 
         @@ -9698,7 +9754,7 @@ staples 
     | 
|
| 
       9698 
9754 
     | 
    
         
             
            // star : 2015-01-08 Star India Private Limited
         
     | 
| 
       9699 
9755 
     | 
    
         
             
            star
         
     | 
| 
       9700 
9756 
     | 
    
         | 
| 
       9701 
     | 
    
         
            -
            // starhub : 2015-02-05 StarHub  
     | 
| 
      
 9757 
     | 
    
         
            +
            // starhub : 2015-02-05 StarHub Ltd
         
     | 
| 
       9702 
9758 
     | 
    
         
             
            starhub
         
     | 
| 
       9703 
9759 
     | 
    
         | 
| 
       9704 
9760 
     | 
    
         
             
            // statebank : 2015-03-12 STATE BANK OF INDIA
         
     | 
| 
         @@ -9962,6 +10018,9 @@ ubs 
     | 
|
| 
       9962 
10018 
     | 
    
         
             
            // uconnect : 2015-07-30 FCA US LLC.
         
     | 
| 
       9963 
10019 
     | 
    
         
             
            uconnect
         
     | 
| 
       9964 
10020 
     | 
    
         | 
| 
      
 10021 
     | 
    
         
            +
            // unicom : 2015-10-15 China United Network Communications Corporation Limited
         
     | 
| 
      
 10022 
     | 
    
         
            +
            unicom
         
     | 
| 
      
 10023 
     | 
    
         
            +
             
     | 
| 
       9965 
10024 
     | 
    
         
             
            // university : 2014-03-06 Little Station, LLC
         
     | 
| 
       9966 
10025 
     | 
    
         
             
            university
         
     | 
| 
       9967 
10026 
     | 
    
         | 
| 
         @@ -10049,6 +10108,9 @@ vodka 
     | 
|
| 
       10049 
10108 
     | 
    
         
             
            // volkswagen : 2015-05-14 Volkswagen Group of America Inc.
         
     | 
| 
       10050 
10109 
     | 
    
         
             
            volkswagen
         
     | 
| 
       10051 
10110 
     | 
    
         | 
| 
      
 10111 
     | 
    
         
            +
            // volvo : 2015-11-12 Volvo Holding Sverige Aktiebolag
         
     | 
| 
      
 10112 
     | 
    
         
            +
            volvo
         
     | 
| 
      
 10113 
     | 
    
         
            +
             
     | 
| 
       10052 
10114 
     | 
    
         
             
            // vote : 2013-11-21 Monolith Registry LLC
         
     | 
| 
       10053 
10115 
     | 
    
         
             
            vote
         
     | 
| 
       10054 
10116 
     | 
    
         | 
| 
         @@ -10157,6 +10219,9 @@ works 
     | 
|
| 
       10157 
10219 
     | 
    
         
             
            // world : 2014-06-12 Bitter Fields, LLC
         
     | 
| 
       10158 
10220 
     | 
    
         
             
            world
         
     | 
| 
       10159 
10221 
     | 
    
         | 
| 
      
 10222 
     | 
    
         
            +
            // wow : 2015-10-08 Amazon EU S.à r.l.
         
     | 
| 
      
 10223 
     | 
    
         
            +
            wow
         
     | 
| 
      
 10224 
     | 
    
         
            +
             
     | 
| 
       10160 
10225 
     | 
    
         
             
            // wtc : 2013-12-19 World Trade Centers Association, Inc.
         
     | 
| 
       10161 
10226 
     | 
    
         
             
            wtc
         
     | 
| 
       10162 
10227 
     | 
    
         | 
| 
         @@ -10235,6 +10300,9 @@ xin 
     | 
|
| 
       10235 
10300 
     | 
    
         
             
            // xn--80adxhks : 2013-12-19 Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)
         
     | 
| 
       10236 
10301 
     | 
    
         
             
            москва
         
     | 
| 
       10237 
10302 
     | 
    
         | 
| 
      
 10303 
     | 
    
         
            +
            // xn--80aqecdr1a : 2015-10-21 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)
         
     | 
| 
      
 10304 
     | 
    
         
            +
            католик
         
     | 
| 
      
 10305 
     | 
    
         
            +
             
     | 
| 
       10238 
10306 
     | 
    
         
             
            // xn--80asehdb : 2013-07-14 CORE Association
         
     | 
| 
       10239 
10307 
     | 
    
         
             
            онлайн
         
     | 
| 
       10240 
10308 
     | 
    
         | 
| 
         @@ -10319,6 +10387,9 @@ xin 
     | 
|
| 
       10319 
10387 
     | 
    
         
             
            // xn--gckr3f0f : 2015-02-26 Amazon EU S.à r.l.
         
     | 
| 
       10320 
10388 
     | 
    
         
             
            クラウド
         
     | 
| 
       10321 
10389 
     | 
    
         | 
| 
      
 10390 
     | 
    
         
            +
            // xn--gk3at1e : 2015-10-08 Amazon EU S.à r.l.
         
     | 
| 
      
 10391 
     | 
    
         
            +
            通販
         
     | 
| 
      
 10392 
     | 
    
         
            +
             
     | 
| 
       10322 
10393 
     | 
    
         
             
            // xn--hxt814e : 2014-05-15 Zodiac Libra Limited
         
     | 
| 
       10323 
10394 
     | 
    
         
             
            网店
         
     | 
| 
       10324 
10395 
     | 
    
         | 
| 
         @@ -10367,6 +10438,9 @@ xin 
     | 
|
| 
       10367 
10438 
     | 
    
         
             
            // xn--mgbca7dzdo : 2015-07-30 Abu Dhabi Systems and Information Centre
         
     | 
| 
       10368 
10439 
     | 
    
         
             
            ابوظبي
         
     | 
| 
       10369 
10440 
     | 
    
         | 
| 
      
 10441 
     | 
    
         
            +
            // xn--mgbi4ecexp : 2015-10-21 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)
         
     | 
| 
      
 10442 
     | 
    
         
            +
            كاثوليك
         
     | 
| 
      
 10443 
     | 
    
         
            +
             
     | 
| 
       10370 
10444 
     | 
    
         
             
            // xn--mgbt3dhd : 2014-09-04 Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
         
     | 
| 
       10371 
10445 
     | 
    
         
             
            همراه
         
     | 
| 
       10372 
10446 
     | 
    
         | 
| 
         @@ -10382,6 +10456,9 @@ xin 
     | 
|
| 
       10382 
10456 
     | 
    
         
             
            // xn--ngbe9e0a : 2014-12-04 Kuwait Finance House
         
     | 
| 
       10383 
10457 
     | 
    
         
             
            بيتك
         
     | 
| 
       10384 
10458 
     | 
    
         | 
| 
      
 10459 
     | 
    
         
            +
            // xn--ngbrx : 2015-11-12 League of Arab States
         
     | 
| 
      
 10460 
     | 
    
         
            +
            عرب
         
     | 
| 
      
 10461 
     | 
    
         
            +
             
     | 
| 
       10385 
10462 
     | 
    
         
             
            // xn--nqv7f : 2013-11-14 Public Interest Registry
         
     | 
| 
       10386 
10463 
     | 
    
         
             
            机构
         
     | 
| 
       10387 
10464 
     | 
    
         | 
| 
         @@ -10421,6 +10498,9 @@ xin 
     | 
|
| 
       10421 
10498 
     | 
    
         
             
            // xn--tckwe : 2015-01-15 VeriSign Sarl
         
     | 
| 
       10422 
10499 
     | 
    
         
             
            コム
         
     | 
| 
       10423 
10500 
     | 
    
         | 
| 
      
 10501 
     | 
    
         
            +
            // xn--tiq49xqyj : 2015-10-21 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)
         
     | 
| 
      
 10502 
     | 
    
         
            +
            天主教
         
     | 
| 
      
 10503 
     | 
    
         
            +
             
     | 
| 
       10424 
10504 
     | 
    
         
             
            // xn--unup4y : 2013-07-14 Spring Fields, LLC
         
     | 
| 
       10425 
10505 
     | 
    
         
             
            游戏
         
     | 
| 
       10426 
10506 
     | 
    
         | 
| 
         @@ -10625,6 +10705,10 @@ cloudcontrolapp.com 
     | 
|
| 
       10625 
10705 
     | 
    
         
             
            // co.ca : http://registry.co.ca/
         
     | 
| 
       10626 
10706 
     | 
    
         
             
            co.ca
         
     | 
| 
       10627 
10707 
     | 
    
         | 
| 
      
 10708 
     | 
    
         
            +
            // i-registry s.r.o. : http://www.i-registry.cz/
         
     | 
| 
      
 10709 
     | 
    
         
            +
            // Submitted by Martin Semrad <semrad@i-registry.cz>
         
     | 
| 
      
 10710 
     | 
    
         
            +
            co.cz
         
     | 
| 
      
 10711 
     | 
    
         
            +
             
     | 
| 
       10628 
10712 
     | 
    
         
             
            // CDN77.com : http://www.cdn77.com
         
     | 
| 
       10629 
10713 
     | 
    
         
             
            // Submitted by Jan Krpes <jan.krpes@cdn77.com> 2015-07-13
         
     | 
| 
       10630 
10714 
     | 
    
         
             
            c.cdn77.org
         
     | 
| 
         @@ -10649,6 +10733,10 @@ cupcake.is 
     | 
|
| 
       10649 
10733 
     | 
    
         
             
            // Submitted by Andrew Farmer <andrew.farmer@dreamhost.com> 2012-10-02
         
     | 
| 
       10650 
10734 
     | 
    
         
             
            dreamhosters.com
         
     | 
| 
       10651 
10735 
     | 
    
         | 
| 
      
 10736 
     | 
    
         
            +
            // Drobo : http://www.drobo.com/
         
     | 
| 
      
 10737 
     | 
    
         
            +
            // Submitted by Ricardo Padilha <rpadilha@drobo.com> 2015-12-17
         
     | 
| 
      
 10738 
     | 
    
         
            +
            mydrobo.com
         
     | 
| 
      
 10739 
     | 
    
         
            +
             
     | 
| 
       10652 
10740 
     | 
    
         
             
            // DuckDNS : http://www.duckdns.org/
         
     | 
| 
       10653 
10741 
     | 
    
         
             
            // Submitted by Richard Harper <richard@duckdns.org> 2015-05-17
         
     | 
| 
       10654 
10742 
     | 
    
         
             
            duckdns.org
         
     | 
| 
         @@ -11100,6 +11188,7 @@ blogspot.td 
     | 
|
| 
       11100 
11188 
     | 
    
         
             
            blogspot.tw
         
     | 
| 
       11101 
11189 
     | 
    
         
             
            blogspot.ug
         
     | 
| 
       11102 
11190 
     | 
    
         
             
            blogspot.vn
         
     | 
| 
      
 11191 
     | 
    
         
            +
            cloudfunctions.net
         
     | 
| 
       11103 
11192 
     | 
    
         
             
            codespot.com
         
     | 
| 
       11104 
11193 
     | 
    
         
             
            googleapis.com
         
     | 
| 
       11105 
11194 
     | 
    
         
             
            googlecode.com
         
     | 
| 
         @@ -11107,6 +11196,9 @@ pagespeedmobilizer.com 
     | 
|
| 
       11107 
11196 
     | 
    
         
             
            withgoogle.com
         
     | 
| 
       11108 
11197 
     | 
    
         
             
            withyoutube.com
         
     | 
| 
       11109 
11198 
     | 
    
         | 
| 
      
 11199 
     | 
    
         
            +
            // Hashbang : https://hashbang.sh
         
     | 
| 
      
 11200 
     | 
    
         
            +
            hashbang.sh
         
     | 
| 
      
 11201 
     | 
    
         
            +
             
     | 
| 
       11110 
11202 
     | 
    
         
             
            // Heroku : https://www.heroku.com/
         
     | 
| 
       11111 
11203 
     | 
    
         
             
            // Submitted by Tom Maher <tmaher@heroku.com> 2013-05-02
         
     | 
| 
       11112 
11204 
     | 
    
         
             
            herokuapp.com
         
     | 
| 
         @@ -11137,6 +11229,10 @@ bmoattachments.org 
     | 
|
| 
       11137 
11229 
     | 
    
         
             
            // Submitted by Trung Tran <Trung.Tran@neustar.biz> 2015-04-23
         
     | 
| 
       11138 
11230 
     | 
    
         
             
            4u.com
         
     | 
| 
       11139 
11231 
     | 
    
         | 
| 
      
 11232 
     | 
    
         
            +
            // ngrok : https://ngrok.com/
         
     | 
| 
      
 11233 
     | 
    
         
            +
            // Submitted by Alan Shreve <alan@ngrok.com> 2015-11-10
         
     | 
| 
      
 11234 
     | 
    
         
            +
            ngrok.io
         
     | 
| 
      
 11235 
     | 
    
         
            +
             
     | 
| 
       11140 
11236 
     | 
    
         
             
            // NFSN, Inc. : https://www.NearlyFreeSpeech.NET/
         
     | 
| 
       11141 
11237 
     | 
    
         
             
            // Submitted by Jeff Wheelhouse <support@nearlyfreespeech.net> 2014-02-02
         
     | 
| 
       11142 
11238 
     | 
    
         
             
            nfshost.com
         
     | 
| 
         @@ -11157,6 +11253,10 @@ operaunite.com 
     | 
|
| 
       11157 
11253 
     | 
    
         
             
            // Submitted by Duarte Santos <domain-admin@outsystemscloud.com> 2014-03-11
         
     | 
| 
       11158 
11254 
     | 
    
         
             
            outsystemscloud.com
         
     | 
| 
       11159 
11255 
     | 
    
         | 
| 
      
 11256 
     | 
    
         
            +
            // Pagefront : https://www.pagefronthq.com/
         
     | 
| 
      
 11257 
     | 
    
         
            +
            // Submitted by Jason Kriss <jason@pagefronthq.com> 2015-12-02
         
     | 
| 
      
 11258 
     | 
    
         
            +
            pagefrontapp.com
         
     | 
| 
      
 11259 
     | 
    
         
            +
             
     | 
| 
       11160 
11260 
     | 
    
         
             
            // .pl domains (grandfathered)
         
     | 
| 
       11161 
11261 
     | 
    
         
             
            art.pl
         
     | 
| 
       11162 
11262 
     | 
    
         
             
            gliwice.pl
         
     | 
| 
         @@ -11170,6 +11270,10 @@ zakopane.pl 
     | 
|
| 
       11170 
11270 
     | 
    
         
             
            pantheon.io
         
     | 
| 
       11171 
11271 
     | 
    
         
             
            gotpantheon.com
         
     | 
| 
       11172 
11272 
     | 
    
         | 
| 
      
 11273 
     | 
    
         
            +
            // prgmr.com : https://prgmr.com/
         
     | 
| 
      
 11274 
     | 
    
         
            +
            // Changed by Sarah Newman <owner@prgmr.com>
         
     | 
| 
      
 11275 
     | 
    
         
            +
            xen.prgmr.com
         
     | 
| 
      
 11276 
     | 
    
         
            +
             
     | 
| 
       11173 
11277 
     | 
    
         
             
            // priv.at : http://www.nic.priv.at/
         
     | 
| 
       11174 
11278 
     | 
    
         
             
            // Submitted by registry <lendl@nic.at> 2008-06-09
         
     | 
| 
       11175 
11279 
     | 
    
         
             
            priv.at
         
     | 
| 
         @@ -11178,6 +11282,11 @@ priv.at 
     | 
|
| 
       11178 
11282 
     | 
    
         
             
            // Submitted by Daniel Dent (https://www.danieldent.com/) 2015-07-16
         
     | 
| 
       11179 
11283 
     | 
    
         
             
            qa2.com
         
     | 
| 
       11180 
11284 
     | 
    
         | 
| 
      
 11285 
     | 
    
         
            +
            // Rackmaze LLC : https://www.rackmaze.com
         
     | 
| 
      
 11286 
     | 
    
         
            +
            // Submitted by Kirill Pertsev <kika@rackmaze.com> 2015-12-02
         
     | 
| 
      
 11287 
     | 
    
         
            +
            rackmaze.com
         
     | 
| 
      
 11288 
     | 
    
         
            +
            rackmaze.net
         
     | 
| 
      
 11289 
     | 
    
         
            +
             
     | 
| 
       11181 
11290 
     | 
    
         
             
            // Red Hat, Inc. OpenShift : https://openshift.redhat.com/
         
     | 
| 
       11182 
11291 
     | 
    
         
             
            // Submitted by Tim Kramer <tkramer@rhcloud.com> 2012-10-24
         
     | 
| 
       11183 
11292 
     | 
    
         
             
            rhcloud.com
         
     | 
| 
         @@ -11198,6 +11307,22 @@ sinaapp.com 
     | 
|
| 
       11198 
11307 
     | 
    
         
             
            vipsinaapp.com
         
     | 
| 
       11199 
11308 
     | 
    
         
             
            1kapp.com
         
     | 
| 
       11200 
11309 
     | 
    
         | 
| 
      
 11310 
     | 
    
         
            +
            // Synology, Inc. : https://www.synology.com/
         
     | 
| 
      
 11311 
     | 
    
         
            +
            // Submitted by Rony Weng <ronyweng@synology.com> 2015-12-02
         
     | 
| 
      
 11312 
     | 
    
         
            +
            diskstation.me
         
     | 
| 
      
 11313 
     | 
    
         
            +
            dscloud.biz
         
     | 
| 
      
 11314 
     | 
    
         
            +
            dscloud.me
         
     | 
| 
      
 11315 
     | 
    
         
            +
            dscloud.mobi
         
     | 
| 
      
 11316 
     | 
    
         
            +
            dsmynas.com
         
     | 
| 
      
 11317 
     | 
    
         
            +
            dsmynas.net
         
     | 
| 
      
 11318 
     | 
    
         
            +
            dsmynas.org
         
     | 
| 
      
 11319 
     | 
    
         
            +
            familyds.com
         
     | 
| 
      
 11320 
     | 
    
         
            +
            familyds.net
         
     | 
| 
      
 11321 
     | 
    
         
            +
            familyds.org
         
     | 
| 
      
 11322 
     | 
    
         
            +
            i234.me
         
     | 
| 
      
 11323 
     | 
    
         
            +
            myds.me
         
     | 
| 
      
 11324 
     | 
    
         
            +
            synology.me
         
     | 
| 
      
 11325 
     | 
    
         
            +
             
     | 
| 
       11201 
11326 
     | 
    
         
             
            // TASK geographical domains (www.task.gda.pl/uslugi/dns)
         
     | 
| 
       11202 
11327 
     | 
    
         
             
            gda.pl
         
     | 
| 
       11203 
11328 
     | 
    
         
             
            gdansk.pl
         
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            class DomainName
         
     | 
| 
       2 
     | 
    
         
            -
              ETLD_DATA_DATE = ' 
     | 
| 
      
 2 
     | 
    
         
            +
              ETLD_DATA_DATE = '2016-01-28T23:22:02Z'
         
     | 
| 
       3 
3 
     | 
    
         | 
| 
       4 
4 
     | 
    
         
             
              ETLD_DATA = {
         
     | 
| 
       5 
5 
     | 
    
         
             
                "ac" => 0,
         
     | 
| 
         @@ -79,7 +79,6 @@ class DomainName 
     | 
|
| 
       79 
79 
     | 
    
         
             
                "logistics.aero" => 0,
         
     | 
| 
       80 
80 
     | 
    
         
             
                "magazine.aero" => 0,
         
     | 
| 
       81 
81 
     | 
    
         
             
                "maintenance.aero" => 0,
         
     | 
| 
       82 
     | 
    
         
            -
                "marketplace.aero" => 0,
         
     | 
| 
       83 
82 
     | 
    
         
             
                "media.aero" => 0,
         
     | 
| 
       84 
83 
     | 
    
         
             
                "microlight.aero" => 0,
         
     | 
| 
       85 
84 
     | 
    
         
             
                "modelling.aero" => 0,
         
     | 
| 
         @@ -102,7 +101,6 @@ class DomainName 
     | 
|
| 
       102 
101 
     | 
    
         
             
                "skydiving.aero" => 0,
         
     | 
| 
       103 
102 
     | 
    
         
             
                "software.aero" => 0,
         
     | 
| 
       104 
103 
     | 
    
         
             
                "student.aero" => 0,
         
     | 
| 
       105 
     | 
    
         
            -
                "taxi.aero" => 0,
         
     | 
| 
       106 
104 
     | 
    
         
             
                "trader.aero" => 0,
         
     | 
| 
       107 
105 
     | 
    
         
             
                "trading.aero" => 0,
         
     | 
| 
       108 
106 
     | 
    
         
             
                "trainer.aero" => 0,
         
     | 
| 
         @@ -134,11 +132,6 @@ class DomainName 
     | 
|
| 
       134 
132 
     | 
    
         
             
                "net.al" => 0,
         
     | 
| 
       135 
133 
     | 
    
         
             
                "org.al" => 0,
         
     | 
| 
       136 
134 
     | 
    
         
             
                "am" => 0,
         
     | 
| 
       137 
     | 
    
         
            -
                "an" => 0,
         
     | 
| 
       138 
     | 
    
         
            -
                "com.an" => 0,
         
     | 
| 
       139 
     | 
    
         
            -
                "net.an" => 0,
         
     | 
| 
       140 
     | 
    
         
            -
                "org.an" => 0,
         
     | 
| 
       141 
     | 
    
         
            -
                "edu.an" => 0,
         
     | 
| 
       142 
135 
     | 
    
         
             
                "ao" => 0,
         
     | 
| 
       143 
136 
     | 
    
         
             
                "ed.ao" => 0,
         
     | 
| 
       144 
137 
     | 
    
         
             
                "gv.ao" => 0,
         
     | 
| 
         @@ -749,7 +742,10 @@ class DomainName 
     | 
|
| 
       749 
742 
     | 
    
         
             
                "gy" => 0,
         
     | 
| 
       750 
743 
     | 
    
         
             
                "co.gy" => 0,
         
     | 
| 
       751 
744 
     | 
    
         
             
                "com.gy" => 0,
         
     | 
| 
      
 745 
     | 
    
         
            +
                "edu.gy" => 0,
         
     | 
| 
      
 746 
     | 
    
         
            +
                "gov.gy" => 0,
         
     | 
| 
       752 
747 
     | 
    
         
             
                "net.gy" => 0,
         
     | 
| 
      
 748 
     | 
    
         
            +
                "org.gy" => 0,
         
     | 
| 
       753 
749 
     | 
    
         
             
                "hk" => 0,
         
     | 
| 
       754 
750 
     | 
    
         
             
                "com.hk" => 0,
         
     | 
| 
       755 
751 
     | 
    
         
             
                "edu.hk" => 0,
         
     | 
| 
         @@ -3970,7 +3966,21 @@ class DomainName 
     | 
|
| 
       3970 
3966 
     | 
    
         
             
                "gov.ng" => 0,
         
     | 
| 
       3971 
3967 
     | 
    
         
             
                "mil.ng" => 0,
         
     | 
| 
       3972 
3968 
     | 
    
         
             
                "mobi.ng" => 0,
         
     | 
| 
       3973 
     | 
    
         
            -
                "ni" =>  
     | 
| 
      
 3969 
     | 
    
         
            +
                "ni" => 1,
         
     | 
| 
      
 3970 
     | 
    
         
            +
                "com.ni" => 0,
         
     | 
| 
      
 3971 
     | 
    
         
            +
                "gob.ni" => 0,
         
     | 
| 
      
 3972 
     | 
    
         
            +
                "edu.ni" => 0,
         
     | 
| 
      
 3973 
     | 
    
         
            +
                "org.ni" => 0,
         
     | 
| 
      
 3974 
     | 
    
         
            +
                "nom.ni" => 0,
         
     | 
| 
      
 3975 
     | 
    
         
            +
                "net.ni" => 0,
         
     | 
| 
      
 3976 
     | 
    
         
            +
                "mil.ni" => 0,
         
     | 
| 
      
 3977 
     | 
    
         
            +
                "co.ni" => 0,
         
     | 
| 
      
 3978 
     | 
    
         
            +
                "biz.ni" => 0,
         
     | 
| 
      
 3979 
     | 
    
         
            +
                "web.ni" => 0,
         
     | 
| 
      
 3980 
     | 
    
         
            +
                "int.ni" => 0,
         
     | 
| 
      
 3981 
     | 
    
         
            +
                "ac.ni" => 0,
         
     | 
| 
      
 3982 
     | 
    
         
            +
                "in.ni" => 0,
         
     | 
| 
      
 3983 
     | 
    
         
            +
                "info.ni" => 0,
         
     | 
| 
       3974 
3984 
     | 
    
         
             
                "nl" => 0,
         
     | 
| 
       3975 
3985 
     | 
    
         
             
                "bv.nl" => 0,
         
     | 
| 
       3976 
3986 
     | 
    
         
             
                "no" => 0,
         
     | 
| 
         @@ -5087,28 +5097,28 @@ class DomainName 
     | 
|
| 
       5087 
5097 
     | 
    
         
             
                "org.qa" => 0,
         
     | 
| 
       5088 
5098 
     | 
    
         
             
                "sch.qa" => 0,
         
     | 
| 
       5089 
5099 
     | 
    
         
             
                "re" => 0,
         
     | 
| 
       5090 
     | 
    
         
            -
                "com.re" => 0,
         
     | 
| 
       5091 
5100 
     | 
    
         
             
                "asso.re" => 0,
         
     | 
| 
      
 5101 
     | 
    
         
            +
                "com.re" => 0,
         
     | 
| 
       5092 
5102 
     | 
    
         
             
                "nom.re" => 0,
         
     | 
| 
       5093 
5103 
     | 
    
         
             
                "ro" => 0,
         
     | 
| 
      
 5104 
     | 
    
         
            +
                "arts.ro" => 0,
         
     | 
| 
       5094 
5105 
     | 
    
         
             
                "com.ro" => 0,
         
     | 
| 
       5095 
     | 
    
         
            -
                " 
     | 
| 
       5096 
     | 
    
         
            -
                "tm.ro" => 0,
         
     | 
| 
       5097 
     | 
    
         
            -
                "nt.ro" => 0,
         
     | 
| 
       5098 
     | 
    
         
            -
                "nom.ro" => 0,
         
     | 
| 
      
 5106 
     | 
    
         
            +
                "firm.ro" => 0,
         
     | 
| 
       5099 
5107 
     | 
    
         
             
                "info.ro" => 0,
         
     | 
| 
      
 5108 
     | 
    
         
            +
                "nom.ro" => 0,
         
     | 
| 
      
 5109 
     | 
    
         
            +
                "nt.ro" => 0,
         
     | 
| 
      
 5110 
     | 
    
         
            +
                "org.ro" => 0,
         
     | 
| 
       5100 
5111 
     | 
    
         
             
                "rec.ro" => 0,
         
     | 
| 
       5101 
     | 
    
         
            -
                "arts.ro" => 0,
         
     | 
| 
       5102 
     | 
    
         
            -
                "firm.ro" => 0,
         
     | 
| 
       5103 
5112 
     | 
    
         
             
                "store.ro" => 0,
         
     | 
| 
      
 5113 
     | 
    
         
            +
                "tm.ro" => 0,
         
     | 
| 
       5104 
5114 
     | 
    
         
             
                "www.ro" => 0,
         
     | 
| 
       5105 
5115 
     | 
    
         
             
                "rs" => 0,
         
     | 
| 
      
 5116 
     | 
    
         
            +
                "ac.rs" => 0,
         
     | 
| 
       5106 
5117 
     | 
    
         
             
                "co.rs" => 0,
         
     | 
| 
       5107 
     | 
    
         
            -
                "org.rs" => 0,
         
     | 
| 
       5108 
5118 
     | 
    
         
             
                "edu.rs" => 0,
         
     | 
| 
       5109 
     | 
    
         
            -
                "ac.rs" => 0,
         
     | 
| 
       5110 
5119 
     | 
    
         
             
                "gov.rs" => 0,
         
     | 
| 
       5111 
5120 
     | 
    
         
             
                "in.rs" => 0,
         
     | 
| 
      
 5121 
     | 
    
         
            +
                "org.rs" => 0,
         
     | 
| 
       5112 
5122 
     | 
    
         
             
                "ru" => 0,
         
     | 
| 
       5113 
5123 
     | 
    
         
             
                "ac.ru" => 0,
         
     | 
| 
       5114 
5124 
     | 
    
         
             
                "com.ru" => 0,
         
     | 
| 
         @@ -5226,7 +5236,6 @@ class DomainName 
     | 
|
| 
       5226 
5236 
     | 
    
         
             
                "k-uralsk.ru" => 0,
         
     | 
| 
       5227 
5237 
     | 
    
         
             
                "kustanai.ru" => 0,
         
     | 
| 
       5228 
5238 
     | 
    
         
             
                "kuzbass.ru" => 0,
         
     | 
| 
       5229 
     | 
    
         
            -
                "magnitka.ru" => 0,
         
     | 
| 
       5230 
5239 
     | 
    
         
             
                "mytis.ru" => 0,
         
     | 
| 
       5231 
5240 
     | 
    
         
             
                "nakhodka.ru" => 0,
         
     | 
| 
       5232 
5241 
     | 
    
         
             
                "nkz.ru" => 0,
         
     | 
| 
         @@ -5491,7 +5500,6 @@ class DomainName 
     | 
|
| 
       5491 
5500 
     | 
    
         
             
                "org.to" => 0,
         
     | 
| 
       5492 
5501 
     | 
    
         
             
                "edu.to" => 0,
         
     | 
| 
       5493 
5502 
     | 
    
         
             
                "mil.to" => 0,
         
     | 
| 
       5494 
     | 
    
         
            -
                "tp" => 0,
         
     | 
| 
       5495 
5503 
     | 
    
         
             
                "tr" => 0,
         
     | 
| 
       5496 
5504 
     | 
    
         
             
                "com.tr" => 0,
         
     | 
| 
       5497 
5505 
     | 
    
         
             
                "info.tr" => 0,
         
     | 
| 
         @@ -6020,7 +6028,7 @@ class DomainName 
     | 
|
| 
       6020 
6028 
     | 
    
         
             
                "ye" => -1,
         
     | 
| 
       6021 
6029 
     | 
    
         
             
                "za" => 1,
         
     | 
| 
       6022 
6030 
     | 
    
         
             
                "ac.za" => 0,
         
     | 
| 
       6023 
     | 
    
         
            -
                " 
     | 
| 
      
 6031 
     | 
    
         
            +
                "agric.za" => 0,
         
     | 
| 
       6024 
6032 
     | 
    
         
             
                "alt.za" => 0,
         
     | 
| 
       6025 
6033 
     | 
    
         
             
                "co.za" => 0,
         
     | 
| 
       6026 
6034 
     | 
    
         
             
                "edu.za" => 0,
         
     | 
| 
         @@ -6095,6 +6103,7 @@ class DomainName 
     | 
|
| 
       6095 
6103 
     | 
    
         
             
                "app" => 0,
         
     | 
| 
       6096 
6104 
     | 
    
         
             
                "apple" => 0,
         
     | 
| 
       6097 
6105 
     | 
    
         
             
                "aquarelle" => 0,
         
     | 
| 
      
 6106 
     | 
    
         
            +
                "arab" => 0,
         
     | 
| 
       6098 
6107 
     | 
    
         
             
                "aramco" => 0,
         
     | 
| 
       6099 
6108 
     | 
    
         
             
                "archi" => 0,
         
     | 
| 
       6100 
6109 
     | 
    
         
             
                "army" => 0,
         
     | 
| 
         @@ -6127,6 +6136,7 @@ class DomainName 
     | 
|
| 
       6127 
6136 
     | 
    
         
             
                "barclays" => 0,
         
     | 
| 
       6128 
6137 
     | 
    
         
             
                "barefoot" => 0,
         
     | 
| 
       6129 
6138 
     | 
    
         
             
                "bargains" => 0,
         
     | 
| 
      
 6139 
     | 
    
         
            +
                "baseball" => 0,
         
     | 
| 
       6130 
6140 
     | 
    
         
             
                "basketball" => 0,
         
     | 
| 
       6131 
6141 
     | 
    
         
             
                "bauhaus" => 0,
         
     | 
| 
       6132 
6142 
     | 
    
         
             
                "bayern" => 0,
         
     | 
| 
         @@ -6136,6 +6146,7 @@ class DomainName 
     | 
|
| 
       6136 
6146 
     | 
    
         
             
                "bcg" => 0,
         
     | 
| 
       6137 
6147 
     | 
    
         
             
                "bcn" => 0,
         
     | 
| 
       6138 
6148 
     | 
    
         
             
                "beats" => 0,
         
     | 
| 
      
 6149 
     | 
    
         
            +
                "beauty" => 0,
         
     | 
| 
       6139 
6150 
     | 
    
         
             
                "beer" => 0,
         
     | 
| 
       6140 
6151 
     | 
    
         
             
                "bentley" => 0,
         
     | 
| 
       6141 
6152 
     | 
    
         
             
                "berlin" => 0,
         
     | 
| 
         @@ -6171,8 +6182,10 @@ class DomainName 
     | 
|
| 
       6171 
6182 
     | 
    
         
             
                "boots" => 0,
         
     | 
| 
       6172 
6183 
     | 
    
         
             
                "bosch" => 0,
         
     | 
| 
       6173 
6184 
     | 
    
         
             
                "bostik" => 0,
         
     | 
| 
      
 6185 
     | 
    
         
            +
                "boston" => 0,
         
     | 
| 
       6174 
6186 
     | 
    
         
             
                "bot" => 0,
         
     | 
| 
       6175 
6187 
     | 
    
         
             
                "boutique" => 0,
         
     | 
| 
      
 6188 
     | 
    
         
            +
                "box" => 0,
         
     | 
| 
       6176 
6189 
     | 
    
         
             
                "bradesco" => 0,
         
     | 
| 
       6177 
6190 
     | 
    
         
             
                "bridgestone" => 0,
         
     | 
| 
       6178 
6191 
     | 
    
         
             
                "broadway" => 0,
         
     | 
| 
         @@ -6213,6 +6226,7 @@ class DomainName 
     | 
|
| 
       6213 
6226 
     | 
    
         
             
                "cash" => 0,
         
     | 
| 
       6214 
6227 
     | 
    
         
             
                "casino" => 0,
         
     | 
| 
       6215 
6228 
     | 
    
         
             
                "catering" => 0,
         
     | 
| 
      
 6229 
     | 
    
         
            +
                "catholic" => 0,
         
     | 
| 
       6216 
6230 
     | 
    
         
             
                "cba" => 0,
         
     | 
| 
       6217 
6231 
     | 
    
         
             
                "cbn" => 0,
         
     | 
| 
       6218 
6232 
     | 
    
         
             
                "cbre" => 0,
         
     | 
| 
         @@ -6246,6 +6260,7 @@ class DomainName 
     | 
|
| 
       6246 
6260 
     | 
    
         
             
                "cleaning" => 0,
         
     | 
| 
       6247 
6261 
     | 
    
         
             
                "click" => 0,
         
     | 
| 
       6248 
6262 
     | 
    
         
             
                "clinic" => 0,
         
     | 
| 
      
 6263 
     | 
    
         
            +
                "clinique" => 0,
         
     | 
| 
       6249 
6264 
     | 
    
         
             
                "clothing" => 0,
         
     | 
| 
       6250 
6265 
     | 
    
         
             
                "cloud" => 0,
         
     | 
| 
       6251 
6266 
     | 
    
         
             
                "club" => 0,
         
     | 
| 
         @@ -6259,6 +6274,7 @@ class DomainName 
     | 
|
| 
       6259 
6274 
     | 
    
         
             
                "commbank" => 0,
         
     | 
| 
       6260 
6275 
     | 
    
         
             
                "community" => 0,
         
     | 
| 
       6261 
6276 
     | 
    
         
             
                "company" => 0,
         
     | 
| 
      
 6277 
     | 
    
         
            +
                "compare" => 0,
         
     | 
| 
       6262 
6278 
     | 
    
         
             
                "computer" => 0,
         
     | 
| 
       6263 
6279 
     | 
    
         
             
                "comsec" => 0,
         
     | 
| 
       6264 
6280 
     | 
    
         
             
                "condos" => 0,
         
     | 
| 
         @@ -6280,6 +6296,7 @@ class DomainName 
     | 
|
| 
       6280 
6296 
     | 
    
         
             
                "cricket" => 0,
         
     | 
| 
       6281 
6297 
     | 
    
         
             
                "crown" => 0,
         
     | 
| 
       6282 
6298 
     | 
    
         
             
                "crs" => 0,
         
     | 
| 
      
 6299 
     | 
    
         
            +
                "cruise" => 0,
         
     | 
| 
       6283 
6300 
     | 
    
         
             
                "cruises" => 0,
         
     | 
| 
       6284 
6301 
     | 
    
         
             
                "csc" => 0,
         
     | 
| 
       6285 
6302 
     | 
    
         
             
                "cuisinella" => 0,
         
     | 
| 
         @@ -6317,6 +6334,7 @@ class DomainName 
     | 
|
| 
       6317 
6334 
     | 
    
         
             
                "discount" => 0,
         
     | 
| 
       6318 
6335 
     | 
    
         
             
                "discover" => 0,
         
     | 
| 
       6319 
6336 
     | 
    
         
             
                "dish" => 0,
         
     | 
| 
      
 6337 
     | 
    
         
            +
                "diy" => 0,
         
     | 
| 
       6320 
6338 
     | 
    
         
             
                "dnp" => 0,
         
     | 
| 
       6321 
6339 
     | 
    
         
             
                "docs" => 0,
         
     | 
| 
       6322 
6340 
     | 
    
         
             
                "dodge" => 0,
         
     | 
| 
         @@ -6411,6 +6429,7 @@ class DomainName 
     | 
|
| 
       6411 
6429 
     | 
    
         
             
                "forum" => 0,
         
     | 
| 
       6412 
6430 
     | 
    
         
             
                "foundation" => 0,
         
     | 
| 
       6413 
6431 
     | 
    
         
             
                "fox" => 0,
         
     | 
| 
      
 6432 
     | 
    
         
            +
                "free" => 0,
         
     | 
| 
       6414 
6433 
     | 
    
         
             
                "fresenius" => 0,
         
     | 
| 
       6415 
6434 
     | 
    
         
             
                "frl" => 0,
         
     | 
| 
       6416 
6435 
     | 
    
         
             
                "frogans" => 0,
         
     | 
| 
         @@ -6474,6 +6493,7 @@ class DomainName 
     | 
|
| 
       6474 
6493 
     | 
    
         
             
                "guide" => 0,
         
     | 
| 
       6475 
6494 
     | 
    
         
             
                "guitars" => 0,
         
     | 
| 
       6476 
6495 
     | 
    
         
             
                "guru" => 0,
         
     | 
| 
      
 6496 
     | 
    
         
            +
                "hair" => 0,
         
     | 
| 
       6477 
6497 
     | 
    
         
             
                "hamburg" => 0,
         
     | 
| 
       6478 
6498 
     | 
    
         
             
                "hangout" => 0,
         
     | 
| 
       6479 
6499 
     | 
    
         
             
                "haus" => 0,
         
     | 
| 
         @@ -6591,6 +6611,7 @@ class DomainName 
     | 
|
| 
       6591 
6611 
     | 
    
         
             
                "lacaixa" => 0,
         
     | 
| 
       6592 
6612 
     | 
    
         
             
                "ladbrokes" => 0,
         
     | 
| 
       6593 
6613 
     | 
    
         
             
                "lamborghini" => 0,
         
     | 
| 
      
 6614 
     | 
    
         
            +
                "lamer" => 0,
         
     | 
| 
       6594 
6615 
     | 
    
         
             
                "lancaster" => 0,
         
     | 
| 
       6595 
6616 
     | 
    
         
             
                "lancia" => 0,
         
     | 
| 
       6596 
6617 
     | 
    
         
             
                "lancome" => 0,
         
     | 
| 
         @@ -6738,6 +6759,7 @@ class DomainName 
     | 
|
| 
       6738 
6759 
     | 
    
         
             
                "nikon" => 0,
         
     | 
| 
       6739 
6760 
     | 
    
         
             
                "ninja" => 0,
         
     | 
| 
       6740 
6761 
     | 
    
         
             
                "nissan" => 0,
         
     | 
| 
      
 6762 
     | 
    
         
            +
                "nissay" => 0,
         
     | 
| 
       6741 
6763 
     | 
    
         
             
                "nokia" => 0,
         
     | 
| 
       6742 
6764 
     | 
    
         
             
                "northwesternmutual" => 0,
         
     | 
| 
       6743 
6765 
     | 
    
         
             
                "norton" => 0,
         
     | 
| 
         @@ -6769,6 +6791,7 @@ class DomainName 
     | 
|
| 
       6769 
6791 
     | 
    
         
             
                "orange" => 0,
         
     | 
| 
       6770 
6792 
     | 
    
         
             
                "organic" => 0,
         
     | 
| 
       6771 
6793 
     | 
    
         
             
                "orientexpress" => 0,
         
     | 
| 
      
 6794 
     | 
    
         
            +
                "origins" => 0,
         
     | 
| 
       6772 
6795 
     | 
    
         
             
                "osaka" => 0,
         
     | 
| 
       6773 
6796 
     | 
    
         
             
                "otsuka" => 0,
         
     | 
| 
       6774 
6797 
     | 
    
         
             
                "ott" => 0,
         
     | 
| 
         @@ -6829,6 +6852,7 @@ class DomainName 
     | 
|
| 
       6829 
6852 
     | 
    
         
             
                "pru" => 0,
         
     | 
| 
       6830 
6853 
     | 
    
         
             
                "prudential" => 0,
         
     | 
| 
       6831 
6854 
     | 
    
         
             
                "pub" => 0,
         
     | 
| 
      
 6855 
     | 
    
         
            +
                "pwc" => 0,
         
     | 
| 
       6832 
6856 
     | 
    
         
             
                "qpon" => 0,
         
     | 
| 
       6833 
6857 
     | 
    
         
             
                "quebec" => 0,
         
     | 
| 
       6834 
6858 
     | 
    
         
             
                "quest" => 0,
         
     | 
| 
         @@ -6866,6 +6890,7 @@ class DomainName 
     | 
|
| 
       6866 
6890 
     | 
    
         
             
                "ril" => 0,
         
     | 
| 
       6867 
6891 
     | 
    
         
             
                "rio" => 0,
         
     | 
| 
       6868 
6892 
     | 
    
         
             
                "rip" => 0,
         
     | 
| 
      
 6893 
     | 
    
         
            +
                "rmit" => 0,
         
     | 
| 
       6869 
6894 
     | 
    
         
             
                "rocher" => 0,
         
     | 
| 
       6870 
6895 
     | 
    
         
             
                "rocks" => 0,
         
     | 
| 
       6871 
6896 
     | 
    
         
             
                "rodeo" => 0,
         
     | 
| 
         @@ -6911,6 +6936,7 @@ class DomainName 
     | 
|
| 
       6911 
6936 
     | 
    
         
             
                "secure" => 0,
         
     | 
| 
       6912 
6937 
     | 
    
         
             
                "security" => 0,
         
     | 
| 
       6913 
6938 
     | 
    
         
             
                "seek" => 0,
         
     | 
| 
      
 6939 
     | 
    
         
            +
                "select" => 0,
         
     | 
| 
       6914 
6940 
     | 
    
         
             
                "sener" => 0,
         
     | 
| 
       6915 
6941 
     | 
    
         
             
                "services" => 0,
         
     | 
| 
       6916 
6942 
     | 
    
         
             
                "ses" => 0,
         
     | 
| 
         @@ -7049,6 +7075,7 @@ class DomainName 
     | 
|
| 
       7049 
7075 
     | 
    
         
             
                "ubank" => 0,
         
     | 
| 
       7050 
7076 
     | 
    
         
             
                "ubs" => 0,
         
     | 
| 
       7051 
7077 
     | 
    
         
             
                "uconnect" => 0,
         
     | 
| 
      
 7078 
     | 
    
         
            +
                "unicom" => 0,
         
     | 
| 
       7052 
7079 
     | 
    
         
             
                "university" => 0,
         
     | 
| 
       7053 
7080 
     | 
    
         
             
                "uno" => 0,
         
     | 
| 
       7054 
7081 
     | 
    
         
             
                "uol" => 0,
         
     | 
| 
         @@ -7078,6 +7105,7 @@ class DomainName 
     | 
|
| 
       7078 
7105 
     | 
    
         
             
                "vlaanderen" => 0,
         
     | 
| 
       7079 
7106 
     | 
    
         
             
                "vodka" => 0,
         
     | 
| 
       7080 
7107 
     | 
    
         
             
                "volkswagen" => 0,
         
     | 
| 
      
 7108 
     | 
    
         
            +
                "volvo" => 0,
         
     | 
| 
       7081 
7109 
     | 
    
         
             
                "vote" => 0,
         
     | 
| 
       7082 
7110 
     | 
    
         
             
                "voting" => 0,
         
     | 
| 
       7083 
7111 
     | 
    
         
             
                "voto" => 0,
         
     | 
| 
         @@ -7114,6 +7142,7 @@ class DomainName 
     | 
|
| 
       7114 
7142 
     | 
    
         
             
                "work" => 0,
         
     | 
| 
       7115 
7143 
     | 
    
         
             
                "works" => 0,
         
     | 
| 
       7116 
7144 
     | 
    
         
             
                "world" => 0,
         
     | 
| 
      
 7145 
     | 
    
         
            +
                "wow" => 0,
         
     | 
| 
       7117 
7146 
     | 
    
         
             
                "wtc" => 0,
         
     | 
| 
       7118 
7147 
     | 
    
         
             
                "wtf" => 0,
         
     | 
| 
       7119 
7148 
     | 
    
         
             
                "xbox" => 0,
         
     | 
| 
         @@ -7140,6 +7169,7 @@ class DomainName 
     | 
|
| 
       7140 
7169 
     | 
    
         
             
                "xn--6frz82g" => 0,
         
     | 
| 
       7141 
7170 
     | 
    
         
             
                "xn--6qq986b3xl" => 0,
         
     | 
| 
       7142 
7171 
     | 
    
         
             
                "xn--80adxhks" => 0,
         
     | 
| 
      
 7172 
     | 
    
         
            +
                "xn--80aqecdr1a" => 0,
         
     | 
| 
       7143 
7173 
     | 
    
         
             
                "xn--80asehdb" => 0,
         
     | 
| 
       7144 
7174 
     | 
    
         
             
                "xn--80aswg" => 0,
         
     | 
| 
       7145 
7175 
     | 
    
         
             
                "xn--8y0a063a" => 0,
         
     | 
| 
         @@ -7168,6 +7198,7 @@ class DomainName 
     | 
|
| 
       7168 
7198 
     | 
    
         
             
                "xn--fzys8d69uvgm" => 0,
         
     | 
| 
       7169 
7199 
     | 
    
         
             
                "xn--g2xx48c" => 0,
         
     | 
| 
       7170 
7200 
     | 
    
         
             
                "xn--gckr3f0f" => 0,
         
     | 
| 
      
 7201 
     | 
    
         
            +
                "xn--gk3at1e" => 0,
         
     | 
| 
       7171 
7202 
     | 
    
         
             
                "xn--hxt814e" => 0,
         
     | 
| 
       7172 
7203 
     | 
    
         
             
                "xn--i1b6b1a6a2e" => 0,
         
     | 
| 
       7173 
7204 
     | 
    
         
             
                "xn--imr513n" => 0,
         
     | 
| 
         @@ -7184,11 +7215,13 @@ class DomainName 
     | 
|
| 
       7184 
7215 
     | 
    
         
             
                "xn--mgbab2bd" => 0,
         
     | 
| 
       7185 
7216 
     | 
    
         
             
                "xn--mgbb9fbpob" => 0,
         
     | 
| 
       7186 
7217 
     | 
    
         
             
                "xn--mgbca7dzdo" => 0,
         
     | 
| 
      
 7218 
     | 
    
         
            +
                "xn--mgbi4ecexp" => 0,
         
     | 
| 
       7187 
7219 
     | 
    
         
             
                "xn--mgbt3dhd" => 0,
         
     | 
| 
       7188 
7220 
     | 
    
         
             
                "xn--mk1bu44c" => 0,
         
     | 
| 
       7189 
7221 
     | 
    
         
             
                "xn--mxtq1m" => 0,
         
     | 
| 
       7190 
7222 
     | 
    
         
             
                "xn--ngbc5azd" => 0,
         
     | 
| 
       7191 
7223 
     | 
    
         
             
                "xn--ngbe9e0a" => 0,
         
     | 
| 
      
 7224 
     | 
    
         
            +
                "xn--ngbrx" => 0,
         
     | 
| 
       7192 
7225 
     | 
    
         
             
                "xn--nqv7f" => 0,
         
     | 
| 
       7193 
7226 
     | 
    
         
             
                "xn--nqv7fs00ema" => 0,
         
     | 
| 
       7194 
7227 
     | 
    
         
             
                "xn--nyqy26a" => 0,
         
     | 
| 
         @@ -7202,6 +7235,7 @@ class DomainName 
     | 
|
| 
       7202 
7235 
     | 
    
         
             
                "xn--ses554g" => 0,
         
     | 
| 
       7203 
7236 
     | 
    
         
             
                "xn--t60b56a" => 0,
         
     | 
| 
       7204 
7237 
     | 
    
         
             
                "xn--tckwe" => 0,
         
     | 
| 
      
 7238 
     | 
    
         
            +
                "xn--tiq49xqyj" => 0,
         
     | 
| 
       7205 
7239 
     | 
    
         
             
                "xn--unup4y" => 0,
         
     | 
| 
       7206 
7240 
     | 
    
         
             
                "xn--vermgensberater-ctb" => 0,
         
     | 
| 
       7207 
7241 
     | 
    
         
             
                "xn--vermgensberatung-pwb" => 0,
         
     | 
| 
         @@ -7302,6 +7336,7 @@ class DomainName 
     | 
|
| 
       7302 
7336 
     | 
    
         
             
                "cloudcontrolled.com" => 0,
         
     | 
| 
       7303 
7337 
     | 
    
         
             
                "cloudcontrolapp.com" => 0,
         
     | 
| 
       7304 
7338 
     | 
    
         
             
                "co.ca" => 0,
         
     | 
| 
      
 7339 
     | 
    
         
            +
                "co.cz" => 0,
         
     | 
| 
       7305 
7340 
     | 
    
         
             
                "c.cdn77.org" => 0,
         
     | 
| 
       7306 
7341 
     | 
    
         
             
                "cdn77-ssl.net" => 0,
         
     | 
| 
       7307 
7342 
     | 
    
         
             
                "r.cdn77.net" => 0,
         
     | 
| 
         @@ -7312,6 +7347,7 @@ class DomainName 
     | 
|
| 
       7312 
7347 
     | 
    
         
             
                "platform.sh" => -1,
         
     | 
| 
       7313 
7348 
     | 
    
         
             
                "cupcake.is" => 0,
         
     | 
| 
       7314 
7349 
     | 
    
         
             
                "dreamhosters.com" => 0,
         
     | 
| 
      
 7350 
     | 
    
         
            +
                "mydrobo.com" => 0,
         
     | 
| 
       7315 
7351 
     | 
    
         
             
                "duckdns.org" => 0,
         
     | 
| 
       7316 
7352 
     | 
    
         
             
                "dyndns-at-home.com" => 0,
         
     | 
| 
       7317 
7353 
     | 
    
         
             
                "dyndns-at-work.com" => 0,
         
     | 
| 
         @@ -7734,12 +7770,14 @@ class DomainName 
     | 
|
| 
       7734 
7770 
     | 
    
         
             
                "blogspot.tw" => 0,
         
     | 
| 
       7735 
7771 
     | 
    
         
             
                "blogspot.ug" => 0,
         
     | 
| 
       7736 
7772 
     | 
    
         
             
                "blogspot.vn" => 0,
         
     | 
| 
      
 7773 
     | 
    
         
            +
                "cloudfunctions.net" => 0,
         
     | 
| 
       7737 
7774 
     | 
    
         
             
                "codespot.com" => 0,
         
     | 
| 
       7738 
7775 
     | 
    
         
             
                "googleapis.com" => 0,
         
     | 
| 
       7739 
7776 
     | 
    
         
             
                "googlecode.com" => 0,
         
     | 
| 
       7740 
7777 
     | 
    
         
             
                "pagespeedmobilizer.com" => 0,
         
     | 
| 
       7741 
7778 
     | 
    
         
             
                "withgoogle.com" => 0,
         
     | 
| 
       7742 
7779 
     | 
    
         
             
                "withyoutube.com" => 0,
         
     | 
| 
      
 7780 
     | 
    
         
            +
                "hashbang.sh" => 0,
         
     | 
| 
       7743 
7781 
     | 
    
         
             
                "herokuapp.com" => 0,
         
     | 
| 
       7744 
7782 
     | 
    
         
             
                "herokussl.com" => 0,
         
     | 
| 
       7745 
7783 
     | 
    
         
             
                "iki.fi" => 0,
         
     | 
| 
         @@ -7751,11 +7789,13 @@ class DomainName 
     | 
|
| 
       7751 
7789 
     | 
    
         
             
                "cloudapp.net" => 0,
         
     | 
| 
       7752 
7790 
     | 
    
         
             
                "bmoattachments.org" => 0,
         
     | 
| 
       7753 
7791 
     | 
    
         
             
                "4u.com" => 0,
         
     | 
| 
      
 7792 
     | 
    
         
            +
                "ngrok.io" => 0,
         
     | 
| 
       7754 
7793 
     | 
    
         
             
                "nfshost.com" => 0,
         
     | 
| 
       7755 
7794 
     | 
    
         
             
                "nyc.mn" => 0,
         
     | 
| 
       7756 
7795 
     | 
    
         
             
                "nid.io" => 0,
         
     | 
| 
       7757 
7796 
     | 
    
         
             
                "operaunite.com" => 0,
         
     | 
| 
       7758 
7797 
     | 
    
         
             
                "outsystemscloud.com" => 0,
         
     | 
| 
      
 7798 
     | 
    
         
            +
                "pagefrontapp.com" => 0,
         
     | 
| 
       7759 
7799 
     | 
    
         
             
                "art.pl" => 0,
         
     | 
| 
       7760 
7800 
     | 
    
         
             
                "gliwice.pl" => 0,
         
     | 
| 
       7761 
7801 
     | 
    
         
             
                "krakow.pl" => 0,
         
     | 
| 
         @@ -7764,8 +7804,11 @@ class DomainName 
     | 
|
| 
       7764 
7804 
     | 
    
         
             
                "zakopane.pl" => 0,
         
     | 
| 
       7765 
7805 
     | 
    
         
             
                "pantheon.io" => 0,
         
     | 
| 
       7766 
7806 
     | 
    
         
             
                "gotpantheon.com" => 0,
         
     | 
| 
      
 7807 
     | 
    
         
            +
                "xen.prgmr.com" => 0,
         
     | 
| 
       7767 
7808 
     | 
    
         
             
                "priv.at" => 0,
         
     | 
| 
       7768 
7809 
     | 
    
         
             
                "qa2.com" => 0,
         
     | 
| 
      
 7810 
     | 
    
         
            +
                "rackmaze.com" => 0,
         
     | 
| 
      
 7811 
     | 
    
         
            +
                "rackmaze.net" => 0,
         
     | 
| 
       7769 
7812 
     | 
    
         
             
                "rhcloud.com" => 0,
         
     | 
| 
       7770 
7813 
     | 
    
         
             
                "sandcats.io" => 0,
         
     | 
| 
       7771 
7814 
     | 
    
         
             
                "biz.ua" => 0,
         
     | 
| 
         @@ -7774,6 +7817,19 @@ class DomainName 
     | 
|
| 
       7774 
7817 
     | 
    
         
             
                "sinaapp.com" => 0,
         
     | 
| 
       7775 
7818 
     | 
    
         
             
                "vipsinaapp.com" => 0,
         
     | 
| 
       7776 
7819 
     | 
    
         
             
                "1kapp.com" => 0,
         
     | 
| 
      
 7820 
     | 
    
         
            +
                "diskstation.me" => 0,
         
     | 
| 
      
 7821 
     | 
    
         
            +
                "dscloud.biz" => 0,
         
     | 
| 
      
 7822 
     | 
    
         
            +
                "dscloud.me" => 0,
         
     | 
| 
      
 7823 
     | 
    
         
            +
                "dscloud.mobi" => 0,
         
     | 
| 
      
 7824 
     | 
    
         
            +
                "dsmynas.com" => 0,
         
     | 
| 
      
 7825 
     | 
    
         
            +
                "dsmynas.net" => 0,
         
     | 
| 
      
 7826 
     | 
    
         
            +
                "dsmynas.org" => 0,
         
     | 
| 
      
 7827 
     | 
    
         
            +
                "familyds.com" => 0,
         
     | 
| 
      
 7828 
     | 
    
         
            +
                "familyds.net" => 0,
         
     | 
| 
      
 7829 
     | 
    
         
            +
                "familyds.org" => 0,
         
     | 
| 
      
 7830 
     | 
    
         
            +
                "i234.me" => 0,
         
     | 
| 
      
 7831 
     | 
    
         
            +
                "myds.me" => 0,
         
     | 
| 
      
 7832 
     | 
    
         
            +
                "synology.me" => 0,
         
     | 
| 
       7777 
7833 
     | 
    
         
             
                "gda.pl" => 0,
         
     | 
| 
       7778 
7834 
     | 
    
         
             
                "gdansk.pl" => 0,
         
     | 
| 
       7779 
7835 
     | 
    
         
             
                "gdynia.pl" => 0,
         
     | 
    
        data/lib/domain_name/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: domain_name
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.5. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.5.20160128
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Akinori MUSHA
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date:  
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2016-01-29 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: unf
         
     | 
| 
         @@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       155 
155 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       156 
156 
     | 
    
         
             
            requirements: []
         
     | 
| 
       157 
157 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       158 
     | 
    
         
            -
            rubygems_version: 2. 
     | 
| 
      
 158 
     | 
    
         
            +
            rubygems_version: 2.5.1
         
     | 
| 
       159 
159 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       160 
160 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       161 
161 
     | 
    
         
             
            summary: Domain Name manipulation library for Ruby
         
     |