extend local_addrs in example config with ::1/128

This commit is contained in:
2020-06-09 01:29:23 +02:00
parent 0651ceba62
commit 699e76acba

View File

@@ -28,7 +28,7 @@
# Notes: A list of local hosts and networks.
# Value: [ LIST ]
#
"local_addrs": ["127.0.0.0/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
"local_addrs": ["::1/128", "127.0.0.0/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"],
# Option: loglevel
# Type: String