This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ opkg update | |
$ opkg install stubby | |
$ /etc/init.d/stubby enable | |
$ nano /etc/config/dhcp | |
# add to dnsmasq section: | |
option noresolv '1' | |
list server '127.0.0.1#5453' | |
$ /etc/init.d/stubby start |