Voxel
Part of the Furniture
!!! WARNING: Thread is obsolete, DNSCrypt-Proxu 2 and Stubby are included into my latest firmware !!!
DNSCrypt-Proxy 2
About:
This is DNSCrypt-proxy version 2 add-on for Netgear R7800 X4S running Voxel firmware.
More detailed info re: DNSCrypt:
https://dnscrypt.info/
Installation:
1. Enable telnet:
http://routerlogin.net/debug.htm
2. Login to the router using telnet:
3. Download the two installation packages:
4. Install both of them:
5. Enable dnscrypt-proxy-2 init script (to start it automatically after reboot):
6. Reboot your router:
or start the daemon manually:
Log file is /var/log/dnscrypt-proxy-2.log. Check it if something is wrong.
Configuration (optional):
You may customize your config file of DNSCrypt-proxy-2 (/etc/dnscrypt-proxy-2.toml). It contains very detailed comments inside re: what to do. Probably most interesting is to choose concrete public servers from this list:
https://dnscrypt.info/public-servers
i.e. line in the file:
Uninstall:
NOTE: it is recommended to disable dnscrypt-proxy version 1 if it is already used. I.e. to remove /etc/ dnscrypt.conf file if it exists.
STUBBY
About
Stubby is an application that acts as a local DNS Privacy stub resolver (using DNS-over-TLS). Stubby encrypts DNS queries sent from a client machine (desktop or laptop) to a DNS Privacy resolver increasing end user privacy.
Installation:
R7800
https://www.voxel-firmware.com/Downloads/Voxel/R7800-Voxel-firmware/Stubby/readme.txt
R9000
https://www.voxel-firmware.com/Downloads/Voxel/R9000-Voxel-firmware/Stubby/readme.txt
Voxel.
DNSCrypt-Proxy 2
About:
This is DNSCrypt-proxy version 2 add-on for Netgear R7800 X4S running Voxel firmware.
More detailed info re: DNSCrypt:
https://dnscrypt.info/
Installation:
1. Enable telnet:
http://routerlogin.net/debug.htm
2. Login to the router using telnet:
Code:
telnet routerlogin.net
3. Download the two installation packages:
Code:
wget --no-check-certificate https://www.voxel-firmware.com/Downloads/Voxel/R7800-Voxel-firmware/DNSCrypt-Proxy-2/ca-certificates_20180409_all.ipk
wget --no-check-certificate https://www.voxel-firmware.com/Downloads/Voxel/R7800-Voxel-firmware/DNSCrypt-Proxy-2/dnscrypt-proxy-2_2.0.16-1_ipq806x.ipk
4. Install both of them:
Code:
/bin/opkg install ca-certificates_20180409_all.ipk
/bin/opkg install dnscrypt-proxy-2_2.0.16-1_ipq806x.ipk
5. Enable dnscrypt-proxy-2 init script (to start it automatically after reboot):
Code:
/etc/init.d/dnscrypt-proxy-2 enable
6. Reboot your router:
Code:
reboot
or start the daemon manually:
Code:
/etc/init.d/dnscrypt-proxy-2 start
Log file is /var/log/dnscrypt-proxy-2.log. Check it if something is wrong.
Configuration (optional):
You may customize your config file of DNSCrypt-proxy-2 (/etc/dnscrypt-proxy-2.toml). It contains very detailed comments inside re: what to do. Probably most interesting is to choose concrete public servers from this list:
https://dnscrypt.info/public-servers
i.e. line in the file:
Code:
# server_names = ['scaleway-fr', 'google', 'yandex', 'cloudflare']
Uninstall:
Code:
/etc/init.d/dnscrypt-proxy-2 stop
/etc/init.d/dnscrypt-proxy-2 disable
/bin/opkg remove dnscrypt-proxy-2
NOTE: it is recommended to disable dnscrypt-proxy version 1 if it is already used. I.e. to remove /etc/ dnscrypt.conf file if it exists.
STUBBY
About
Stubby is an application that acts as a local DNS Privacy stub resolver (using DNS-over-TLS). Stubby encrypts DNS queries sent from a client machine (desktop or laptop) to a DNS Privacy resolver increasing end user privacy.
Installation:
R7800
https://www.voxel-firmware.com/Downloads/Voxel/R7800-Voxel-firmware/Stubby/readme.txt
R9000
https://www.voxel-firmware.com/Downloads/Voxel/R9000-Voxel-firmware/Stubby/readme.txt
Voxel.
Last edited: