mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
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/12400 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
16325
publicsuffix/table.go
16325
publicsuffix/table.go
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user