Skip to content

Instantly share code, notes, and snippets.

@texvek
texvek / openwrt-stubby-dnstls.sh
Created January 18, 2022 13:01 — forked from ackerleytng/openwrt-stubby-dnstls.sh
Script to easily configure openwrt for dnstls from cli on the router itself
#!/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