Browse Source

publicsuffix: update table to latest list from publicsuffix.org

Update the list to revision revision dbe9da0a8abeab1b6257c57668d1ecb584189951
(2020-05-27T00:50:31Z).

While here: Fix two wrong formating verbs in the code generating the
table.

Change-Id: Iaa59b313a1d38b06695b8f44acc81230a52e3c14
Reviewed-on: https://go-review.googlesource.com/c/net/+/235397
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Volker Dobler 5 years ago
parent
commit
3c3fba1825
3 changed files with 2474 additions and 2288 deletions
  1. 2 2
      publicsuffix/gen.go
  2. 2272 2261
      publicsuffix/table.go
  3. 200 25
      publicsuffix/table_test.go

+ 2 - 2
publicsuffix/gen.go

@@ -149,7 +149,7 @@ func main1() error {
 			return err
 		}
 		if res.StatusCode != http.StatusOK {
-			return fmt.Errorf("bad GET status for %s: %d", *url, res.Status)
+			return fmt.Errorf("bad GET status for %s: %s", *url, res.Status)
 		}
 		r = res.Body
 		defer res.Body.Close()
@@ -270,7 +270,7 @@ func gitCommit() (sha, date string, retErr error) {
 		return "", "", err
 	}
 	if res.StatusCode != http.StatusOK {
-		return "", "", fmt.Errorf("bad GET status for %s: %d", gitCommitURL, res.Status)
+		return "", "", fmt.Errorf("bad GET status for %s: %s", gitCommitURL, res.Status)
 	}
 	defer res.Body.Close()
 	b, err := ioutil.ReadAll(res.Body)

File diff suppressed because it is too large
+ 2272 - 2261
publicsuffix/table.go


+ 200 - 25
publicsuffix/table_test.go

@@ -2,7 +2,7 @@
 
 package publicsuffix
 
-const numICANNRules = 7340
+const numICANNRules = 7337
 
 var rules = [...]string{
 	"ac",
@@ -67,7 +67,6 @@ var rules = [...]string{
 	"express.aero",
 	"federation.aero",
 	"flight.aero",
-	"freight.aero",
 	"fuel.aero",
 	"gliding.aero",
 	"government.aero",
@@ -174,6 +173,7 @@ var rules = [...]string{
 	"co.at",
 	"gv.at",
 	"or.at",
+	"sth.ac.at",
 	"au",
 	"com.au",
 	"net.au",
@@ -582,9 +582,10 @@ var rules = [...]string{
 	"*.ck",
 	"!www.ck",
 	"cl",
-	"gov.cl",
-	"gob.cl",
+	"aprendemas.cl",
 	"co.cl",
+	"gob.cl",
+	"gov.cl",
 	"mil.cl",
 	"cm",
 	"co.cm",
@@ -5831,7 +5832,6 @@ var rules = [...]string{
 	"k12.or.us",
 	"k12.pa.us",
 	"k12.pr.us",
-	"k12.ri.us",
 	"k12.sc.us",
 	"k12.tn.us",
 	"k12.tx.us",
@@ -6822,7 +6822,6 @@ var rules = [...]string{
 	"mtr",
 	"mutual",
 	"nab",
-	"nadex",
 	"nagoya",
 	"nationwide",
 	"natura",
@@ -7182,7 +7181,6 @@ var rules = [...]string{
 	"virgin",
 	"visa",
 	"vision",
-	"vistaprint",
 	"viva",
 	"vivo",
 	"vlaanderen",
@@ -7270,7 +7268,6 @@ var rules = [...]string{
 	"xn--d1acj3b",
 	"xn--eckvdtc9d",
 	"xn--efvy88h",
-	"xn--estv75g",
 	"xn--fct429k",
 	"xn--fhbei",
 	"xn--fiq228c5hs",
@@ -7348,6 +7345,7 @@ var rules = [...]string{
 	"cc.ua",
 	"inf.ua",
 	"ltd.ua",
+	"611.to",
 	"adobeaemcloud.com",
 	"adobeaemcloud.net",
 	"*.dev.adobeaemcloud.com",
@@ -7355,6 +7353,7 @@ var rules = [...]string{
 	"barsy.ca",
 	"*.compute.estate",
 	"*.alces.network",
+	"kasserver.com",
 	"altervista.org",
 	"alwaysdata.net",
 	"cloudfront.net",
@@ -7458,7 +7457,9 @@ var rules = [...]string{
 	"b-data.io",
 	"backplaneapp.io",
 	"balena-devices.com",
+	"*.banzai.cloud",
 	"app.banzaicloud.io",
+	"*.backyards.banzaicloud.io",
 	"betainabox.com",
 	"bnr.la",
 	"blackbaudcdn.net",
@@ -7519,6 +7520,7 @@ var rules = [...]string{
 	"cleverapps.io",
 	"*.lcl.dev",
 	"*.stg.dev",
+	"clic2000.net",
 	"c66.me",
 	"cloud66.ws",
 	"cloud66.zone",
@@ -7576,6 +7578,7 @@ var rules = [...]string{
 	"realm.cz",
 	"*.cryptonomic.net",
 	"cupcake.is",
+	"curv.dev",
 	"*.customer-oci.com",
 	"*.oci.customer-oci.com",
 	"*.ocp.customer-oci.com",
@@ -7595,6 +7598,7 @@ var rules = [...]string{
 	"firm.dk",
 	"reg.dk",
 	"store.dk",
+	"dyndns.dappnode.io",
 	"*.dapps.earth",
 	"*.bzz.dapps.earth",
 	"builtwithdark.com",
@@ -7610,6 +7614,7 @@ var rules = [...]string{
 	"drud.io",
 	"drud.us",
 	"duckdns.org",
+	"bitbridge.net",
 	"dy.fi",
 	"tunk.org",
 	"dyndns-at-home.com",
@@ -7997,6 +8002,7 @@ var rules = [...]string{
 	"twmail.org",
 	"mymailer.com.tw",
 	"url.tw",
+	"onfabrica.com",
 	"apps.fbsbx.com",
 	"ru.net",
 	"adygeya.ru",
@@ -8084,12 +8090,20 @@ var rules = [...]string{
 	"global.ssl.fastly.net",
 	"fastpanel.direct",
 	"fastvps-server.com",
+	"myfast.space",
+	"myfast.host",
+	"fastvps.site",
+	"fastvps.host",
 	"fhapp.xyz",
 	"fedorainfracloud.org",
 	"fedorapeople.org",
 	"cloud.fedoraproject.org",
 	"app.os.fedoraproject.org",
 	"app.os.stg.fedoraproject.org",
+	"conn.uk",
+	"copro.uk",
+	"couk.me",
+	"ukco.me",
 	"mydobiss.com",
 	"filegear.me",
 	"filegear-au.me",
@@ -8099,7 +8113,9 @@ var rules = [...]string{
 	"filegear-jp.me",
 	"filegear-sg.me",
 	"firebaseapp.com",
-	"flynnhub.com",
+	"fly.dev",
+	"edgeapp.net",
+	"shw.io",
 	"flynnhosting.net",
 	"0e.vc",
 	"freebox-os.com",
@@ -8121,6 +8137,7 @@ var rules = [...]string{
 	"gehirn.ne.jp",
 	"usercontent.jp",
 	"gentapps.com",
+	"gentlentapis.com",
 	"lab.ms",
 	"github.io",
 	"githubusercontent.com",
@@ -8222,6 +8239,7 @@ var rules = [...]string{
 	"publishproxy.com",
 	"withgoogle.com",
 	"withyoutube.com",
+	"graphox.us",
 	"awsmppl.com",
 	"fin.ci",
 	"free.hr",
@@ -8300,9 +8318,16 @@ var rules = [...]string{
 	"pixolino.com",
 	"ipifony.net",
 	"mein-iserv.de",
+	"schulserver.de",
 	"test-iserv.de",
 	"iserv.dev",
 	"iobb.net",
+	"hidora.com",
+	"demo.jelastic.com",
+	"j.scaleforce.com.cy",
+	"mircloud.host",
+	"jls-sto1.elastx.net",
+	"j.layershift.co.uk",
 	"myjino.ru",
 	"*.hosting.myjino.ru",
 	"*.landing.myjino.ru",
@@ -8339,7 +8364,8 @@ var rules = [...]string{
 	"linkyard.cloud",
 	"linkyard-cloud.ch",
 	"members.linode.com",
-	"nodebalancer.linode.com",
+	"*.nodebalancer.linode.com",
+	"*.linodeobjects.com",
 	"we.bs",
 	"loginline.app",
 	"loginline.dev",
@@ -8392,7 +8418,7 @@ var rules = [...]string{
 	"meteorapp.com",
 	"eu.meteorapp.com",
 	"co.pl",
-	"azurecontainer.io",
+	"*.azurecontainer.io",
 	"azurewebsites.net",
 	"azure-mobile.net",
 	"cloudapp.net",
@@ -8416,8 +8442,7 @@ var rules = [...]string{
 	"of.work",
 	"to.work",
 	"nctu.me",
-	"bitballoon.com",
-	"netlify.com",
+	"netlify.app",
 	"4u.com",
 	"ngrok.io",
 	"nh-serv.co.uk",
@@ -8544,6 +8569,7 @@ var rules = [...]string{
 	"nom.ai",
 	"nom.al",
 	"nym.by",
+	"nom.bz",
 	"nym.bz",
 	"nom.cl",
 	"nym.ec",
@@ -8565,6 +8591,7 @@ var rules = [...]string{
 	"nym.li",
 	"nym.lt",
 	"nym.lu",
+	"nom.lv",
 	"nym.me",
 	"nom.mk",
 	"nym.mn",
@@ -8598,6 +8625,7 @@ var rules = [...]string{
 	"outsystemscloud.com",
 	"ownprovider.com",
 	"own.pm",
+	"*.owo.codes",
 	"ox.rs",
 	"oy.lc",
 	"pgfog.com",
@@ -8615,6 +8643,11 @@ var rules = [...]string{
 	"on-web.fr",
 	"*.platform.sh",
 	"*.platformsh.site",
+	"platter-app.com",
+	"platter-app.dev",
+	"platterp.us",
+	"pdns.page",
+	"plesk.page",
 	"dyn53.io",
 	"co.bn",
 	"xen.prgmr.com",
@@ -8640,6 +8673,7 @@ var rules = [...]string{
 	"vaporcloud.io",
 	"rackmaze.com",
 	"rackmaze.net",
+	"g.vbrplsbx.io",
 	"*.on-k3s.io",
 	"*.on-rancher.cloud",
 	"*.on-rio.io",
@@ -8672,6 +8706,7 @@ var rules = [...]string{
 	"my-firewall.org",
 	"myfirewall.org",
 	"spdns.org",
+	"seidat.net",
 	"senseering.net",
 	"biz.ua",
 	"co.ua",
@@ -8679,6 +8714,7 @@ var rules = [...]string{
 	"shiftedit.io",
 	"myshopblocks.com",
 	"shopitsite.com",
+	"shopware.store",
 	"mo-siemens.io",
 	"1kapp.com",
 	"appchizi.com",
@@ -8693,6 +8729,7 @@ var rules = [...]string{
 	"static.land",
 	"dev.static.land",
 	"sites.static.land",
+	"playstation-cloud.com",
 	"apps.lair.io",
 	"*.stolos.io",
 	"spacekit.io",
@@ -8787,11 +8824,56 @@ var rules = [...]string{
 	"inc.hk",
 	"virtualuser.de",
 	"virtual-user.de",
+	"urown.cloud",
+	"dnsupdate.info",
 	"lib.de.us",
 	"2038.io",
+	"vercel.app",
+	"vercel.dev",
+	"now.sh",
 	"router.management",
 	"v-info.info",
 	"voorloper.cloud",
+	"neko.am",
+	"nyaa.am",
+	"be.ax",
+	"cat.ax",
+	"es.ax",
+	"eu.ax",
+	"gg.ax",
+	"mc.ax",
+	"us.ax",
+	"xy.ax",
+	"nl.ci",
+	"xx.gl",
+	"app.gp",
+	"blog.gt",
+	"de.gt",
+	"to.gt",
+	"be.gy",
+	"cc.hn",
+	"blog.kg",
+	"io.kg",
+	"jp.kg",
+	"tv.kg",
+	"uk.kg",
+	"us.kg",
+	"de.ls",
+	"at.md",
+	"de.md",
+	"jp.md",
+	"to.md",
+	"uwu.nu",
+	"indie.porn",
+	"vxl.sh",
+	"ch.tc",
+	"me.tc",
+	"we.tc",
+	"nyan.to",
+	"at.vg",
+	"blog.vu",
+	"dev.vu",
+	"me.vu",
 	"v.ua",
 	"wafflecell.com",
 	"*.webhare.dev",
@@ -8800,6 +8882,10 @@ var rules = [...]string{
 	"wedeploy.sh",
 	"remotewd.com",
 	"wmflabs.org",
+	"toolforge.org",
+	"wmcloud.org",
+	"panel.gg",
+	"daemon.panel.gg",
 	"myforum.community",
 	"community-pro.de",
 	"diskussionsbereich.de",
@@ -8828,12 +8914,11 @@ var rules = [...]string{
 	"noho.st",
 	"za.net",
 	"za.org",
-	"now.sh",
 	"bss.design",
 	"basicserver.io",
 	"virtualserver.io",
-	"site.builder.nu",
 	"enterprisecloud.nu",
+	"mintere.site",
 }
 
 var nodeLabels = [...]string{
@@ -9677,7 +9762,6 @@ var nodeLabels = [...]string{
 	"mz",
 	"na",
 	"nab",
-	"nadex",
 	"nagoya",
 	"name",
 	"nationwide",
@@ -10125,7 +10209,6 @@ var nodeLabels = [...]string{
 	"virgin",
 	"visa",
 	"vision",
-	"vistaprint",
 	"viva",
 	"vivo",
 	"vlaanderen",
@@ -10230,7 +10313,6 @@ var nodeLabels = [...]string{
 	"xn--e1a4c",
 	"xn--eckvdtc9d",
 	"xn--efvy88h",
-	"xn--estv75g",
 	"xn--fct429k",
 	"xn--fhbei",
 	"xn--fiq228c5hs",
@@ -10426,7 +10508,6 @@ var nodeLabels = [...]string{
 	"express",
 	"federation",
 	"flight",
-	"freight",
 	"fuel",
 	"gliding",
 	"government",
@@ -10498,7 +10579,9 @@ var nodeLabels = [...]string{
 	"co",
 	"com",
 	"commune",
+	"neko",
 	"net",
+	"nyaa",
 	"org",
 	"co",
 	"ed",
@@ -10508,8 +10591,10 @@ var nodeLabels = [...]string{
 	"pb",
 	"hasura",
 	"loginline",
+	"netlify",
 	"run",
 	"telebit",
+	"vercel",
 	"web",
 	"wnext",
 	"a",
@@ -10547,6 +10632,7 @@ var nodeLabels = [...]string{
 	"or",
 	"ortsinfo",
 	"priv",
+	"sth",
 	"blogspot",
 	"ex",
 	"in",
@@ -10588,6 +10674,14 @@ var nodeLabels = [...]string{
 	"vic",
 	"wa",
 	"com",
+	"be",
+	"cat",
+	"es",
+	"eu",
+	"gg",
+	"mc",
+	"us",
+	"xy",
 	"biz",
 	"com",
 	"edu",
@@ -10948,6 +11042,7 @@ var nodeLabels = [...]string{
 	"edu",
 	"gov",
 	"net",
+	"nom",
 	"nym",
 	"org",
 	"za",
@@ -11003,18 +11098,21 @@ var nodeLabels = [...]string{
 	"int",
 	"md",
 	"net",
+	"nl",
 	"or",
 	"org",
 	"presse",
 	"xn--aroport-bya",
 	"ng",
 	"www",
+	"aprendemas",
 	"blogspot",
 	"co",
 	"gob",
 	"gov",
 	"mil",
 	"nom",
+	"banzai",
 	"linkyard",
 	"magentosite",
 	"on-rancher",
@@ -11022,6 +11120,7 @@ var nodeLabels = [...]string{
 	"sensiosite",
 	"statics",
 	"trafficplex",
+	"urown",
 	"vapor",
 	"voorloper",
 	"barsy",
@@ -11107,6 +11206,7 @@ var nodeLabels = [...]string{
 	"repl",
 	"web",
 	"blogspot",
+	"owo",
 	"001www",
 	"0emm",
 	"1kapp",
@@ -11125,7 +11225,6 @@ var nodeLabels = [...]string{
 	"barsycenter",
 	"barsyonline",
 	"betainabox",
-	"bitballoon",
 	"blogdns",
 	"blogspot",
 	"blogsyte",
@@ -11192,7 +11291,6 @@ var nodeLabels = [...]string{
 	"fbsbx",
 	"firebaseapp",
 	"firewall-gateway",
-	"flynnhub",
 	"freebox-os",
 	"freeboxos",
 	"from-ak",
@@ -11245,6 +11343,7 @@ var nodeLabels = [...]string{
 	"gb",
 	"geekgalaxy",
 	"gentapps",
+	"gentlentapis",
 	"getmyip",
 	"giize",
 	"githubusercontent",
@@ -11257,6 +11356,7 @@ var nodeLabels = [...]string{
 	"health-carereform",
 	"herokuapp",
 	"herokussl",
+	"hidora",
 	"hk",
 	"hobby-site",
 	"homelinux",
@@ -11324,13 +11424,16 @@ var nodeLabels = [...]string{
 	"isa-hockeynut",
 	"issmarterthanyou",
 	"jdevcloud",
+	"jelastic",
 	"joyent",
 	"jpn",
+	"kasserver",
 	"kozow",
 	"kr",
 	"likes-pie",
 	"likescandy",
 	"linode",
+	"linodeobjects",
 	"lmpm",
 	"logoip",
 	"loseyourip",
@@ -11352,11 +11455,11 @@ var nodeLabels = [...]string{
 	"myvnc",
 	"neat-url",
 	"net-freaks",
-	"netlify",
 	"nfshost",
 	"no",
 	"observableusercontent",
 	"on-aptible",
+	"onfabrica",
 	"onrender",
 	"onthewifi",
 	"ooguy",
@@ -11367,6 +11470,8 @@ var nodeLabels = [...]string{
 	"pagespeedmobilizer",
 	"pgfog",
 	"pixolino",
+	"platter-app",
+	"playstation-cloud",
 	"point2this",
 	"prgmr",
 	"publishproxy",
@@ -11547,6 +11652,7 @@ var nodeLabels = [...]string{
 	"us-3",
 	"us-4",
 	"apps",
+	"demo",
 	"cns",
 	"members",
 	"nodebalancer",
@@ -11596,6 +11702,8 @@ var nodeLabels = [...]string{
 	"pro",
 	"tm",
 	"blogspot",
+	"scaleforce",
+	"j",
 	"blogspot",
 	"co",
 	"e4",
@@ -11656,6 +11764,7 @@ var nodeLabels = [...]string{
 	"my-vigor",
 	"my-wan",
 	"myhome-server",
+	"schulserver",
 	"spdns",
 	"speedpartner",
 	"square7",
@@ -11675,10 +11784,14 @@ var nodeLabels = [...]string{
 	"dyn",
 	"customer",
 	"bss",
+	"curv",
+	"fly",
 	"iserv",
 	"lcl",
 	"loginline",
+	"platter-app",
 	"stg",
+	"vercel",
 	"webhare",
 	"workers",
 	"cloudapps",
@@ -11843,6 +11956,8 @@ var nodeLabels = [...]string{
 	"kaas",
 	"net",
 	"org",
+	"panel",
+	"daemon",
 	"com",
 	"edu",
 	"gov",
@@ -11861,6 +11976,7 @@ var nodeLabels = [...]string{
 	"net",
 	"nom",
 	"org",
+	"xx",
 	"ac",
 	"com",
 	"edu",
@@ -11868,6 +11984,7 @@ var nodeLabels = [...]string{
 	"net",
 	"org",
 	"cloud",
+	"app",
 	"asso",
 	"com",
 	"edu",
@@ -11882,7 +11999,9 @@ var nodeLabels = [...]string{
 	"nym",
 	"org",
 	"discourse",
+	"blog",
 	"com",
+	"de",
 	"edu",
 	"gob",
 	"ind",
@@ -11890,6 +12009,7 @@ var nodeLabels = [...]string{
 	"net",
 	"nom",
 	"org",
+	"to",
 	"com",
 	"edu",
 	"gov",
@@ -11898,6 +12018,7 @@ var nodeLabels = [...]string{
 	"net",
 	"org",
 	"web",
+	"be",
 	"co",
 	"com",
 	"edu",
@@ -11930,6 +12051,7 @@ var nodeLabels = [...]string{
 	"xn--uc0ay4a",
 	"xn--wcvs22d",
 	"xn--zf0avx",
+	"cc",
 	"com",
 	"edu",
 	"gob",
@@ -11938,8 +12060,11 @@ var nodeLabels = [...]string{
 	"nom",
 	"org",
 	"cloudaccess",
+	"fastvps",
 	"freesite",
 	"half",
+	"mircloud",
+	"myfast",
 	"pcloud",
 	"opencraft",
 	"blogspot",
@@ -12052,6 +12177,7 @@ var nodeLabels = [...]string{
 	"barrell-of-knowledge",
 	"barsy",
 	"cloudns",
+	"dnsupdate",
 	"dvrcam",
 	"dynamic-dns",
 	"dyndns",
@@ -12084,6 +12210,7 @@ var nodeLabels = [...]string{
 	"browsersafetymark",
 	"cleverapps",
 	"com",
+	"dappnode",
 	"dedyn",
 	"definima",
 	"drud",
@@ -12114,16 +12241,20 @@ var nodeLabels = [...]string{
 	"sandcats",
 	"scapp",
 	"shiftedit",
+	"shw",
 	"spacekit",
 	"stolos",
 	"telebit",
 	"thingdust",
 	"utwente",
 	"vaporcloud",
+	"vbrplsbx",
 	"virtualserver",
 	"wedeploy",
 	"app",
+	"backyards",
 	"uk0",
+	"dyndns",
 	"customer",
 	"apps",
 	"stage",
@@ -12137,6 +12268,7 @@ var nodeLabels = [...]string{
 	"cust",
 	"cust",
 	"cust",
+	"g",
 	"com",
 	"edu",
 	"gov",
@@ -14388,12 +14520,18 @@ var nodeLabels = [...]string{
 	"or",
 	"sc",
 	"blogspot",
+	"blog",
 	"com",
 	"edu",
 	"gov",
+	"io",
+	"jp",
 	"mil",
 	"net",
 	"org",
+	"tv",
+	"uk",
+	"us",
 	"biz",
 	"com",
 	"edu",
@@ -14538,6 +14676,7 @@ var nodeLabels = [...]string{
 	"ac",
 	"biz",
 	"co",
+	"de",
 	"edu",
 	"gov",
 	"info",
@@ -14557,6 +14696,7 @@ var nodeLabels = [...]string{
 	"id",
 	"mil",
 	"net",
+	"nom",
 	"org",
 	"com",
 	"edu",
@@ -14576,12 +14716,17 @@ var nodeLabels = [...]string{
 	"router",
 	"asso",
 	"tm",
+	"at",
 	"blogspot",
+	"de",
+	"jp",
+	"to",
 	"ac",
 	"barsy",
 	"brasilia",
 	"c66",
 	"co",
+	"couk",
 	"daplie",
 	"ddns",
 	"diskstation",
@@ -14614,6 +14759,7 @@ var nodeLabels = [...]string{
 	"soundcast",
 	"synology",
 	"tcp4",
+	"ukco",
 	"webhop",
 	"wedeploy",
 	"yombo",
@@ -15302,6 +15448,7 @@ var nodeLabels = [...]string{
 	"azure-mobile",
 	"azurewebsites",
 	"barsy",
+	"bitbridge",
 	"blackbaudcdn",
 	"blogdns",
 	"boomla",
@@ -15313,6 +15460,7 @@ var nodeLabels = [...]string{
 	"cdn77",
 	"cdn77-ssl",
 	"channelsdvr",
+	"clic2000",
 	"cloudaccess",
 	"cloudapp",
 	"cloudeity",
@@ -15336,6 +15484,8 @@ var nodeLabels = [...]string{
 	"dynu",
 	"dynv6",
 	"eating-organic",
+	"edgeapp",
+	"elastx",
 	"endofinternet",
 	"familyds",
 	"fastly",
@@ -15393,6 +15543,7 @@ var nodeLabels = [...]string{
 	"schokokeks",
 	"scrapper-site",
 	"se",
+	"seidat",
 	"selfip",
 	"sells-it",
 	"senseering",
@@ -15416,6 +15567,7 @@ var nodeLabels = [...]string{
 	"za",
 	"r",
 	"u",
+	"jls-sto1",
 	"freetls",
 	"map",
 	"prod",
@@ -16256,13 +16408,12 @@ var nodeLabels = [...]string{
 	"info",
 	"net",
 	"org",
-	"builder",
 	"enterprisecloud",
 	"merseine",
 	"mine",
 	"nom",
 	"shacknet",
-	"site",
+	"uwu",
 	"ac",
 	"co",
 	"cri",
@@ -16395,6 +16546,7 @@ var nodeLabels = [...]string{
 	"spdns",
 	"stuff-4-sale",
 	"sweetpepper",
+	"toolforge",
 	"tunk",
 	"tuxfamily",
 	"twmail",
@@ -16403,6 +16555,7 @@ var nodeLabels = [...]string{
 	"us",
 	"webhop",
 	"webredirect",
+	"wmcloud",
 	"wmflabs",
 	"za",
 	"zapto",
@@ -16486,6 +16639,8 @@ var nodeLabels = [...]string{
 	"nom",
 	"org",
 	"sld",
+	"pdns",
+	"plesk",
 	"prvcy",
 	"ybo",
 	"blogspot",
@@ -16749,6 +16904,7 @@ var nodeLabels = [...]string{
 	"gov",
 	"net",
 	"org",
+	"indie",
 	"ac",
 	"biz",
 	"com",
@@ -16990,6 +17146,7 @@ var nodeLabels = [...]string{
 	"now",
 	"org",
 	"platform",
+	"vxl",
 	"wedeploy",
 	"barsy",
 	"blogspot",
@@ -16998,8 +17155,10 @@ var nodeLabels = [...]string{
 	"byen",
 	"cloudera",
 	"cyon",
+	"fastvps",
 	"lelux",
 	"loginline",
+	"mintere",
 	"platformsh",
 	"blogspot",
 	"nym",
@@ -17024,6 +17183,7 @@ var nodeLabels = [...]string{
 	"org",
 	"sch",
 	"linkitools",
+	"myfast",
 	"uber",
 	"xs4all",
 	"biz",
@@ -17046,6 +17206,7 @@ var nodeLabels = [...]string{
 	"principe",
 	"saotome",
 	"store",
+	"shopware",
 	"abkhazia",
 	"adygeya",
 	"aktyubinsk",
@@ -17117,6 +17278,9 @@ var nodeLabels = [...]string{
 	"ac",
 	"co",
 	"org",
+	"ch",
+	"me",
+	"we",
 	"blogspot",
 	"discourse",
 	"co",
@@ -17174,11 +17338,13 @@ var nodeLabels = [...]string{
 	"rnu",
 	"tourism",
 	"turen",
+	"611",
 	"com",
 	"edu",
 	"gov",
 	"mil",
 	"net",
+	"nyan",
 	"org",
 	"oya",
 	"quickconnect",
@@ -17357,6 +17523,8 @@ var nodeLabels = [...]string{
 	"ac",
 	"barsy",
 	"co",
+	"conn",
+	"copro",
 	"gov",
 	"ltd",
 	"me",
@@ -17371,11 +17539,13 @@ var nodeLabels = [...]string{
 	"blogspot",
 	"bytemark",
 	"gwiddle",
+	"layershift",
 	"nh-serv",
 	"no-ip",
 	"wellbeingzone",
 	"dh",
 	"vm",
+	"j",
 	"homeoffice",
 	"service",
 	"glug",
@@ -17399,6 +17569,7 @@ var nodeLabels = [...]string{
 	"freeddns",
 	"ga",
 	"golffan",
+	"graphox",
 	"gu",
 	"hi",
 	"ia",
@@ -17434,6 +17605,7 @@ var nodeLabels = [...]string{
 	"ok",
 	"or",
 	"pa",
+	"platterp",
 	"pointto",
 	"pr",
 	"ri",
@@ -17586,7 +17758,6 @@ var nodeLabels = [...]string{
 	"k12",
 	"lib",
 	"cc",
-	"k12",
 	"lib",
 	"cc",
 	"k12",
@@ -17660,6 +17831,7 @@ var nodeLabels = [...]string{
 	"store",
 	"tec",
 	"web",
+	"at",
 	"nom",
 	"co",
 	"com",
@@ -17679,8 +17851,11 @@ var nodeLabels = [...]string{
 	"net",
 	"org",
 	"pro",
+	"blog",
 	"com",
+	"dev",
 	"edu",
+	"me",
 	"net",
 	"org",
 	"of",

Some files were not shown because too many files changed in this diff