Enable localnet by default for loopback and private address ranges.

This commit is contained in:
Michel Oosterhof 2012-05-30 18:19:04 +03:00 committed by Adam Hamsik
parent a7831a8f53
commit b0d9d1da41

View File

@ -54,6 +54,15 @@ remote_dns_subnet 224
tcp_read_time_out 15000
tcp_connect_time_out 8000
# By default enable localnet for loopback and private address ranges
# RFC5735 Loopback address range
localnet 127.0.0.0/255.0.0.0
# RFC1918 Private Address Ranges
localnet 10.0.0.0/255.0.0.0
localnet 172.16.0.0/255.240.0.0
localnet 192.168.0.0/255.255.0.0
# Example for localnet exclusion
## Exclude connections to 192.168.1.0/24 with port 80
# localnet 192.168.1.0:80/255.255.255.0