mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
Adding ipv6 localhost to the listen addresses (#1476)
This commit is contained in:
parent
53755d57e3
commit
fa5b86961c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ group=nogroup
|
||||||
#except-interface=
|
#except-interface=
|
||||||
# Or which to listen on by address (remember to include 127.0.0.1 if
|
# Or which to listen on by address (remember to include 127.0.0.1 if
|
||||||
# you use this.)
|
# you use this.)
|
||||||
listen-address=127.0.0.1,{{ local_service_ipv6 }},{{ local_service_ip }}
|
listen-address=127.0.0.1,::1,{{ local_service_ipv6 }},{{ local_service_ip }}
|
||||||
# If you want dnsmasq to provide only DNS service on an interface,
|
# If you want dnsmasq to provide only DNS service on an interface,
|
||||||
# configure it as shown above, and then use the following line to
|
# configure it as shown above, and then use the following line to
|
||||||
# disable DHCP and TFTP on it.
|
# disable DHCP and TFTP on it.
|
||||||
|
|
Loading…
Add table
Reference in a new issue