You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for how to announce different DNS servers to the local interface to replace the OpenWrt built in dnsmasq. The documentation claims "accepts IPv4 and IPv6", but I had to use
list dns '::ffff:c0a8:b112' #192.168.177.18
list dns '::ffff:c0a8:b113' #192.168.177.19
to get it to work.
The text was updated successfully, but these errors were encountered:
I was looking for how to announce different DNS servers to the local interface to replace the OpenWrt built in dnsmasq. The documentation claims "accepts IPv4 and IPv6", but I had to use
to get it to work.
The text was updated successfully, but these errors were encountered: