Commit 446d52dd authored by Nigel Tao's avatar Nigel Tao

publicsuffix: update table to latest list from publicsuffix.org.

Also update the github raw blob URL in the comments.

Change-Id: I24034ec12b96759d9a1b93100d307b949c226004
Reviewed-on: https://go-review.googlesource.com/12400Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent f0cf0188
......@@ -16,7 +16,7 @@ package main
// https://github.com/publicsuffix/list/commits/master/public_suffix_list.dat
//
// To fetch a particular git revision, such as 5c70ccd250, pass
// -url "https://github.com/publicsuffix/list/blob/5c70ccd250/public_suffix_list.dat"
// -url "https://raw.githubusercontent.com/publicsuffix/list/5c70ccd250/public_suffix_list.dat"
import (
"bufio"
......
This diff is collapsed.
......@@ -7112,6 +7112,11 @@ var rules = [...]string{
"cloudcontrolled.com",
"cloudcontrolapp.com",
"co.ca",
"c.cdn77.org",
"cdn77-ssl.net",
"r.cdn77.net",
"rsc.cdn77.org",
"ssl.origin.cdn77-secure.org",
"co.nl",
"co.no",
"*.platform.sh",
......@@ -13022,6 +13027,8 @@ var nodeLabels = [...]string{
"blogdns",
"broke-it",
"buyshouses",
"cdn77",
"cdn77-ssl",
"cloudapp",
"cloudfront",
"dnsalias",
......@@ -13063,6 +13070,7 @@ var nodeLabels = [...]string{
"uk",
"webhop",
"za",
"r",
"prod",
"ssl",
"a",
......@@ -13899,6 +13907,8 @@ var nodeLabels = [...]string{
"blogdns",
"blogsite",
"boldlygoingnowhere",
"cdn77",
"cdn77-secure",
"dnsalias",
"dnsdojo",
"doesntexist",
......@@ -13951,6 +13961,10 @@ var nodeLabels = [...]string{
"us",
"webhop",
"za",
"c",
"rsc",
"origin",
"ssl",
"go",
"home",
"al",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment