2021.07.29
Changes since Release 2021.07.21
tch-gui-unhide
- Fixed Internet card not displaying sometimes when it should be
- Fixed bugs that prevented editing static routes
- Fixed bug that prevented cards from displaying when using remote assistance
- Fixed bug when displaying devices if nil IPv6 address encountered
- Fixed intermittent issue that caused init scripts screen to not load
- Re-worked IP Routing card and tabs
- Moved DoS Protect to Firewall
- Added the ability to create custom DNS entries
- Set dhcp.main.local to match dhcp.main.domain
- Pre-translated some replacement legacy LUA files to try and improve performance
- Added improved debugging when errors cause cards to fail to load
de-telstra
- Set dhcp.main.local to match dhcp.main.domain
- Added extra shortcut (
-dl
) to set domain name to 'lan' - Added option (
-b
)to enable/disable LAN ALG NAT helpers (FW 20.3.c)
intercept-dns
- Cron entry for weekly update of DoH lists should be day 6, not 7 (fixes cron parse error in log)
reset-to-factory-defaults-with-root
- Added option (
-k
) to keep existing SSH keys after reset and reboot - Added option (
-e
) to remove 'noexec' on USB filesystem mounts after reset and reboot (mainly for FW 20.3.c)
update-ca-certificates
- Fixed (hopefully) setting of curl SSL_CERT_FILE environment variable
Download Statistics
Important
The tch-gui-unhide platform releases now match the major (marketing) firmware release (i.e. 17.2, 18.1.c and 20.3.c), rather than being sub-version (e.g. 17.2.0284 or 18.1.c.0585) specific.
If you are currently on a tch-gui-unhide release prior to 2021.06.25, you will NOT be able to use the
./tch-gui-unhide -U
command to update to this release. You will need to run this command instead:curl -k -L https://github.com/seud0nym/tch-gui-unhide/releases/latest/download/$(uci get version.@version[0].marketing_version).tar.gz | tar -xzvf -