Skip to content

Commit

Permalink
add loopback to low timeout filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Oct 6, 2023
1 parent 44db2b4 commit 464e330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/net/swarm/addrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ func init() {
for _, p := range []string{
"/ip4/10.0.0.0/ipcidr/8",
"/ip4/100.64.0.0/ipcidr/10",
"/ip4/127.0.0.0/ipcidr/8",
"/ip4/169.254.0.0/ipcidr/16",
"/ip4/172.16.0.0/ipcidr/12",
"/ip4/192.0.0.0/ipcidr/24",
Expand Down

0 comments on commit 464e330

Please sign in to comment.