diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-08-28 15:29:18 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-08-28 15:29:18 +0000 |
commit | 960f0d384e5f3173caf26a847744be1f180cd9f5 (patch) | |
tree | db42917e17000a08be7ca7e76e5da6db8142cf41 | |
parent | 23890339765de89e69199e5f900ece7f915cc360 (diff) |
allow DNS query from other ips, e.g, insp wg ip 10.0.0.1ib
-rw-r--r-- | etc/dnsmasq.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/dnsmasq.conf b/etc/dnsmasq.conf index 9ab206b1..743f55aa 100644 --- a/etc/dnsmasq.conf +++ b/etc/dnsmasq.conf @@ -118,7 +118,7 @@ no-resolv #except-interface= # Or which to listen on by address (remember to include 127.0.0.1 if # you use this.) -listen-address=::1,127.0.0.1 +#listen-address= # If you want dnsmasq to provide only DNS service on an interface, # configure it as shown above, and then use the following line to # disable DHCP and TFTP on it. |