Fix panic when parsing resolv.conf
This commit is contained in:
parent
f149b56063
commit
9ae808aac4
316 changed files with 37454 additions and 13195 deletions
2
vendor/golang.org/x/net/publicsuffix/gen.go
generated
vendored
2
vendor/golang.org/x/net/publicsuffix/gen.go
generated
vendored
|
@ -37,7 +37,7 @@ import (
|
|||
|
||||
const (
|
||||
// These sum of these four values must be no greater than 32.
|
||||
nodesBitsChildren = 9
|
||||
nodesBitsChildren = 10
|
||||
nodesBitsICANN = 1
|
||||
nodesBitsTextOffset = 15
|
||||
nodesBitsTextLength = 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue