Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuacw/DNS-over-HTTPS-for-OpenWRT
DNS over HTTPS for OpenWRT/LEDE routers
https://github.com/chuacw/DNS-over-HTTPS-for-OpenWRT
dns dns-over-https dns-over-tls dnscrypt dnscrypt-proxy dnscrypt-proxy2 doh initscript lede-routers openwrt proxy
Last synced: 3 months ago
JSON representation
DNS over HTTPS for OpenWRT/LEDE routers
- Host: GitHub
- URL: https://github.com/chuacw/DNS-over-HTTPS-for-OpenWRT
- Owner: chuacw
- Created: 2018-04-19T00:54:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T22:04:26.000Z (over 6 years ago)
- Last Synced: 2024-07-14T12:37:57.001Z (4 months ago)
- Topics: dns, dns-over-https, dns-over-tls, dnscrypt, dnscrypt-proxy, dnscrypt-proxy2, doh, initscript, lede-routers, openwrt, proxy
- Language: Shell
- Size: 11.7 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - chuacw/DNS-over-HTTPS-for-OpenWRT - DNS over HTTPS for OpenWRT/LEDE routers (others)
README
# DNS-over-HTTPS-for-OpenWRT
DNS over HTTPS for OpenWRT/LEDE routersProvides the DNS over HTTPS init.d script and configuration for the dnscrypt-proxy app from https://github.com/jedisct1/dnscrypt-proxy/
* Place the dnscrypt-proxy in /etc/init.d and chmod a+x
* Place the dnscrypt-proxy.toml in /etc/config
* Download the app from https://github.com/jedisct1/dnscrypt-proxy/ and place the executable in /usr/sbin/
* /etc/init.d/dnscrypt-proxy enable
* /etc/init.d/dnscrypt-proxy startIf you use dnsmasq, edit /etc/dnsmasq.conf so that the listening port is not conflicting with dnscrypt-proxy's. Set port=5053 for example, in /etc/dnsmasq.conf and set dhcp-option=3,x.x.x.x and dhcp-option=6,x.x.x.x where x.x.x.x is your router IP so that your router's dnscrypt-proxy is used to resolve the DNS.