Voxel
Part of the Furniture
Continuation of
. . .
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-60sf.48805/
New version of my custom firmware build: 1.0.2.61SF.
Changes (vs 1.0.2.60SF):
1. stubby package is added to provide DNS-over-TLS support:
3. sqlite3 package is upgraded 3230100->3240000.
4. liblz4 package is upgraded 1.8.2->1.8.3.
5. sysstat package is upgraded 11.0.4->11.6.4.
6. ubus package is upgraded 2018-07-26->2018-10-06-221ce7e7.
7. libevent2-pthreads packages is removed (not used).
8. Toolchain: binutils version is upgraded to 2.31.1.
9. Host tools: two components are upgraded.
The link is:
https://www.voxel-firmware.com (thanks to vladlenas for his help with hosting).
So important notes:
1. stubby (DNS-Over-TLS) is already included into firmware (not necessary to install add-on). To enable stubby run the commands from telnet/ssh console:
/etc/stubby/stubby.yml
2. dnscrypt-proxy (v. 1) is left in firmware (will be removed in the next release). If both (dnscrypt-proxy and stubby) are enabled, stubby has higher priority and dnscrypt-proxy will be stopped.
Voxel.
. . .
https://www.snbforums.com/threads/custom-firmware-build-for-r7800-v-1-0-2-60sf.48805/
New version of my custom firmware build: 1.0.2.61SF.
Changes (vs 1.0.2.60SF):
1. stubby package is added to provide DNS-over-TLS support:
to enable stubby run the commands from telnet/ssh console:
2. getdns, unbound, yaml, ca-certificates packages are added (stubby dependences).nvram set stubby=1
nvram commit
and reboot your router; to disable stubby run the commands from telnet/ssh console:nvram commit
nvram set stubby=0
nvram commit
and reboot your router.nvram commit
3. sqlite3 package is upgraded 3230100->3240000.
4. liblz4 package is upgraded 1.8.2->1.8.3.
5. sysstat package is upgraded 11.0.4->11.6.4.
6. ubus package is upgraded 2018-07-26->2018-10-06-221ce7e7.
7. libevent2-pthreads packages is removed (not used).
8. Toolchain: binutils version is upgraded to 2.31.1.
9. Host tools: two components are upgraded.
The link is:
https://www.voxel-firmware.com (thanks to vladlenas for his help with hosting).
So important notes:
1. stubby (DNS-Over-TLS) is already included into firmware (not necessary to install add-on). To enable stubby run the commands from telnet/ssh console:
nvram set stubby=1
nvram commit
and reboot your router; to disable stubby run the commands from telnet/ssh console:nvram commit
nvram set stubby=0
nvram commit
and reboot your router. Currently it is configured to use Cloudflare servers (DoT). You may customize your config file:nvram commit
/etc/stubby/stubby.yml
2. dnscrypt-proxy (v. 1) is left in firmware (will be removed in the next release). If both (dnscrypt-proxy and stubby) are enabled, stubby has higher priority and dnscrypt-proxy will be stopped.
Voxel.
Last edited: