correct the private address list

This commit is contained in:
Andreas Zweili 2022-01-26 22:06:16 +01:00
parent 99affafd7e
commit b9a4ce5d32
1 changed files with 6 additions and 6 deletions

View File

@ -48,12 +48,12 @@
# Ensure privacy of local IP ranges # Ensure privacy of local IP ranges
private-address = [ private-address = [
192.168.0.0/16 "192.168.0.0/16"
169.254.0.0/16 "169.254.0.0/16"
172.16.0.0/12 "172.16.0.0/12"
10.0.0.0/8 "10.0.0.0/8"
fd00::/8 "fd00::/8"
fe80::/10 "fe80::/10"
]; ];
# Send minimum amount of information to upstream servers to enhance # Send minimum amount of information to upstream servers to enhance