We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1c52e commit 77b265eCopy full SHA for 77b265e
net/private_net.go
@@ -29,6 +29,8 @@ func init() {
29
"192.168.0.0/16",
30
// RFC 4193: IPv6 ULAs
31
"fc00::/7",
32
+ // RFC 6598: reserved prefix for CGNAT
33
+ "100.64.0.0/10",
34
} {
35
_, subnet, _ := net.ParseCIDR(cidr)
36
privateNetworks = append(privateNetworks, subnet)
0 commit comments