This file contains hidden or 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
| #!/bin/sh | |
| # Taken from https://openwrt.org/docs/guide-user/services/dns/dot_dnsmasq_stubby | |
| # Provided so it's easy to run from command line | |
| # Install packages | |
| opkg update | |
| opkg install dnsmasq stubby | |
| # Enable DNS encryption |