Voxel
Part of the Furniture
Continuation of:
https://www.snbforums.com/threads/custom-firmware-build-for-r9000.40125/
. . .
https://www.snbforums.com/threads/c...4-13hf-hw-and-1-0-4-14hf-1-0-4-14hf-hw.49096/
New version of my custom firmware build: 1.0.4.15HF/1.0.4.15HF-HW.
Changes (vs 1.0.4.14HF/1.0.4.14HF-HW):
1. OpenSSL package is upgraded 1.0.2p->1.0.2q.
2. DNSCrypt Proxy v.2 (2.0.19) is included into firmware:
4. wget package is upgraded 1.19.5->1.20.
5. util-linux package is upgraded 2.32.1->2.33.
6. haveged package is upgraded 1.9.2->1.9.4.
7. ethtool package is upgaded 4.18->4.19.
8. libjpeg package is upgraded 9a->9c.
9. curl package is upgraded 7.61.1->7.62.0.
10. libgcrypt package is upgraded 1.8.3->1.8.4.
11. libubox package is upgraded 2018-07-25->2018-11-16.
12. sqlite package is upgraded 3240000->3250300.
13. HW version: cryptodev-linux package is upgraded 1.9.git-2017-10-04->1.9.git-2018-11-02.
The link is:
https://www.voxel-firmware.com (thanks to vladlenas for his help with hosting).
1. stubby (DNS-Over-TLS) is already included into firmware. To enable stubby run the commands from telnet/ssh console:
/etc/stubby/stubby.yml
2. DNSCrypt Proxy v.2 is already included into firmware. To enable DNSCrypt Proxy v.2 run the commands from telnet/ssh console:
to disable DNSCrypt Proxy v.2 run the commands from telnet/ssh console:
3. If both (stubby and DNSCrypt Proxy v.2) are enabled, stubby has highest priority (it will shutdown all dnscrypt (v1 and v2)). DNSCrypt Proxy v1 if still used has lowest priority.
Difference 1.0.4.14HF-HW vs 1.0.4.14HF: “HW” version means hardware acceleration of OpenSSL.
Voxel.
https://www.snbforums.com/threads/custom-firmware-build-for-r9000.40125/
. . .
https://www.snbforums.com/threads/c...4-13hf-hw-and-1-0-4-14hf-1-0-4-14hf-hw.49096/
New version of my custom firmware build: 1.0.4.15HF/1.0.4.15HF-HW.
Changes (vs 1.0.4.14HF/1.0.4.14HF-HW):
1. OpenSSL package is upgraded 1.0.2p->1.0.2q.
2. DNSCrypt Proxy v.2 (2.0.19) is included into firmware:
to enable DNSCrypt Proxy v.2 run the commands from telnet/ssh console:
to disable DNSCrypt Proxy v.2 run the commands from telnet/ssh console:
3. unbound package (used in stubby) is upgraded 1.8.1->1.8.2.nvram set dnscrypt2=1
nvram commit
and reboot your router;nvram commit
to disable DNSCrypt Proxy v.2 run the commands from telnet/ssh console:
nvram set dnscrypt2=0
nvram commit
and reboot your router.nvram commit
4. wget package is upgraded 1.19.5->1.20.
5. util-linux package is upgraded 2.32.1->2.33.
6. haveged package is upgraded 1.9.2->1.9.4.
7. ethtool package is upgaded 4.18->4.19.
8. libjpeg package is upgraded 9a->9c.
9. curl package is upgraded 7.61.1->7.62.0.
10. libgcrypt package is upgraded 1.8.3->1.8.4.
11. libubox package is upgraded 2018-07-25->2018-11-16.
12. sqlite package is upgraded 3240000->3250300.
13. HW version: cryptodev-linux package is upgraded 1.9.git-2017-10-04->1.9.git-2018-11-02.
The link is:
https://www.voxel-firmware.com (thanks to vladlenas for his help with hosting).
1. stubby (DNS-Over-TLS) is already included into firmware. 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.2 is already included into firmware. To enable DNSCrypt Proxy v.2 run the commands from telnet/ssh console:
nvram set dnscrypt2=1
nvram commit
and reboot your router;nvram commit
to disable DNSCrypt Proxy v.2 run the commands from telnet/ssh console:
nvram set dnscrypt2=0
nvram commit
and reboot your router. Currently is is configured to is Cloudflare, ipredator, scaleway-fr, dnscrypt.eu-nl, dnscrypt.eu-dk. You may customize your config file /etc/dnscrypt-proxy-2.toml to add/remove your selected servers.nvram commit
3. If both (stubby and DNSCrypt Proxy v.2) are enabled, stubby has highest priority (it will shutdown all dnscrypt (v1 and v2)). DNSCrypt Proxy v1 if still used has lowest priority.
Difference 1.0.4.14HF-HW vs 1.0.4.14HF: “HW” version means hardware acceleration of OpenSSL.
Voxel.