fix private IP filters (#175)

This commit is contained in:
noot
2022-08-27 14:55:10 +00:00
committed by GitHub
parent ae42d8da54
commit 01593106d0

View File

@@ -9,7 +9,7 @@ import (
func newPrivateIPFilters() (privateIPs *ma.Filters, err error) {
privateCIDRs := []string{
"10.0.0.0/8",
"127.0.0.1/0",
"127.0.0.1/8",
"172.16.0.0/12",
"192.168.0.0/16",
"100.64.0.0/10",