1
18.7 Legacy Series / Re: Race condition during ddns updates and service restarts
« on: April 14, 2019, 07:37:59 pm »
Thanks Franco,
I Have unbound listening to all the LAN interfaces, but not the WAN:
I Have unbound listening to all the LAN interfaces, but not the WAN:
Code: [Select]
# grep -i interface /var/unbound/unbound.conf
# Interface IP(s) to bind to
interface: 192.168.1.1
interface: 192.168.2.1
interface: 192.168.3.1
interface: 127.0.0.1
interface: ::1
# Outgoing interfaces to be used
outgoing-interface: 1.2.3.4
control-interface: 127.0.0.1