dnsproxy is a simple DNS proxy server that supports all existing DNS protocols including
DNS-over-TLS,DNS-over-HTTPS,DNSCrypt, andDNS-over-QUIC. Moreover, it can work as aDNS-over-HTTPS,DNS-over-TLSorDNS-over-QUICserver.
- Go to here
- Download the latest version of ipk
- Login router and goto System --> Software
- Upload and install ipk
- Reboot if the app is not automatically added in page
- Goto Services --> DNS Proxy
Compile from OpenWrt source
git clone https://git.openwrt.org/openwrt/openwrt.git
cd openwrt
./scripts/feeds update -a
./scripts/feeds install -a
git clone --depth 1 --branch master --single-branch --no-checkout https://github.com/muink/luci-app-dnsproxy.git package/luci-app-dnsproxy
pushd package/luci-app-dnsproxy
umask 022
git checkout
popd
make menuconfig
# Select the package LuCI -> Applications -> luci-app-dnsproxy
make -j4
This project is licensed under the Apache-2.0