I enable dnssec and dot on my AC86U with lan ip as 192.168.1.1
after insert " - 192.168.1.1@53 " after the line "listen:" of the stubby.xml and restart stubby
the stubby of the router will answer dns query from openvpn clients.
then I try to add a file "stubby.postconf" under /jffs/scripts/ with the follow content
----
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_insert "listen_addresses:" "- 192.168.1.1@53 " $CONFIG
-----
I cannot see any change for the file /etc/stubby/stubby.xml after restart the router
and stubyy still no listen to 192.168.1.1
Thanks
after insert " - 192.168.1.1@53 " after the line "listen:" of the stubby.xml and restart stubby
the stubby of the router will answer dns query from openvpn clients.
then I try to add a file "stubby.postconf" under /jffs/scripts/ with the follow content
----
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_insert "listen_addresses:" "- 192.168.1.1@53 " $CONFIG
-----
I cannot see any change for the file /etc/stubby/stubby.xml after restart the router
and stubyy still no listen to 192.168.1.1
Thanks
Last edited: