admin@GT-AX6000:/tmp/home/root# netstat -nlp | grep "dnsmasq"
tcp 0 0 192.168.52.1:53 0.0.0.0:* LISTEN 29934/dnsmasq
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 29803/dnsmasq
tcp 0 0 10.1.1.1:53 0.0.0.0:* LISTEN 29803/dnsmasq
tcp 0 0 10.6.0.1:53 0.0.0.0:* LISTEN 29803/dnsmasq
tcp 0 0 10.8.0.1:53 0.0.0.0:* LISTEN 29803/dnsmasq
udp 0 0 192.168.52.1:53 0.0.0.0:* 29934/dnsmasq
udp 0 0 127.0.0.1:53 0.0.0.0:* 29803/dnsmasq
udp 0 0 10.1.1.1:53 0.0.0.0:* 29803/dnsmasq
udp 0 0 10.6.0.1:53 0.0.0.0:* 29803/dnsmasq
udp 0 0 10.8.0.1:53 0.0.0.0:* 29803/dnsmasq
udp 0 0 0.0.0.0:67 0.0.0.0:* 29934/dnsmasq
udp 0 0 0.0.0.0:67 0.0.0.0:* 29803/dnsmasq
admin@GT-AX6000:/tmp/home/root# cat /etc/dnsmasq.conf
pid-file=/var/run/dnsmasq.pid
user=nobody
bind-dynamic
interface=br0
interface=pptp*
no-dhcp-interface=pptp*
no-resolv
no-poll
no-negcache
cache-size=0
min-port=4096
dns-forward-max=1500
domain=lan
expand-hosts
bogus-priv
domain-needed
local=/lan/
dhcp-range=lan,10.1.1.10,10.1.1.190,255.255.255.0,43200s
dhcp-option=lan,3,10.1.1.1
dhcp-option=lan,15,lan
dhcp-option=lan,252,"\n"
dhcp-option=lan,42,0.0.0.0
dhcp-authoritative
interface=tun21
no-dhcp-interface=tun22
no-dhcp-interface=tun23
interface=wgs1
no-dhcp-interface=wgs1
dhcp-host=*multiple entries here*
quiet-dhcp
quiet-dhcp6
address=/use-application-dns.net/
address=/_dns.resolver.arpa/
address=/mask.icloud.com/mask-h2.icloud.com/
dhcp-name-match=set:wpad-ignore,wpad
dhcp-ignore-names=tag:wpad-ignore
dhcp-script=/sbin/dhcpc_lease
script-arp
edns-packet-max=1232
server=127.0.0.1#53535
admin@GT-AX6000:/tmp/home/root# cat /etc/dnsmasq-1.conf
pid-file=/var/run/dnsmasq-1.pid
user=nobody
bind-interfaces
listen-address=192.168.52.1
no-resolv
servers-file=/tmp/resolv.dnsmasq
no-poll
no-negcache
cache-size=1500
min-port=4096
dhcp-authoritative
dhcp-range=br52,192.168.52.1,192.168.52.254,255.255.255.0,86400s
dhcp-option=br52,3,192.168.52.1
dns-forward-max=1500
bogus-priv
domain-needed
address=/use-application-dns.net/
address=/_dns.resolver.arpa/
address=/mask.icloud.com/mask-h2.icloud.com/
dhcp-name-match=set:wpad-ignore,wpad
dhcp-ignore-names=tag:wpad-ignore
dhcp-script=/sbin/dhcpc_lease
dhcp-leasefile=/var/lib/misc/dnsmasq-1.leases
script-arp
quiet-dhcp
quiet-dhcp6
AdGuardHome[34998]: 2025/07/15 09:37:11.436661 [info] dnsproxy: starting dns proxy server
Jul 15 09:37:11 AdGuardHome[34998]: 2025/07/15 09:37:11.436798 [info] dnsproxy: creating udp server socket addr=0.0.0.0:53
Jul 15 09:37:11 AdGuardHome[34998]: 2025/07/15 09:37:11.437039 [info] dnsproxy: listening to udp addr=[::]:53
Jul 15 09:37:11 AdGuardHome[34998]: 2025/07/15 09:37:11.437073 [info] dnsproxy: creating tcp server socket addr=0.0.0.0:53
Jul 15 09:37:11 AdGuardHome[34998]: 2025/07/15 09:37:11.437230 [info] dnsproxy: warning: binding attempt=1 err="listen tcp 0.0.0.0:53: bind: address already in use"
Jul 15 09:37:11 AdGuardHome[34998]: 2025/07/15 09:37:11.439478 [error] closing query log: flushing log buffer: nothing to write to a file
Jul 15 09:37:11 AdGuardHome[34998]: 2025/07/15 09:37:11.439507 [fatal] starting dns server: configuring listeners: listening on tcp addr 0.0.0.0:53: listening to tcp socket: listen tcp 0.0.0.0:53: bind: address already in use