mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-10 06:38:04 -05:00
fix private IP filters (#175)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user