Skip to content

mrFallon/luci-app-dnsproxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luci-app-dnsproxy

dnsproxy is a simple DNS proxy server that supports all existing DNS protocols including DNS-over-TLS, DNS-over-HTTPS, DNSCrypt, and DNS-over-QUIC. Moreover, it can work as a DNS-over-HTTPS, DNS-over-TLS or DNS-over-QUIC server.

How to install

  1. Go to here
  2. Download the latest version of ipk
  3. Login router and goto System --> Software
  4. Upload and install ipk
  5. Reboot if the app is not automatically added in page
  6. Goto Services --> DNS Proxy

Build

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

License

This project is licensed under the Apache-2.0

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.2%
  • Makefile 6.8%