Viktor Jaep
Part of the Furniture
Here comes a beta your way that incorporates a bunch of these suggestions! Give me your thoughts, please!
TAILMON v1.0.17 BETA1
What's new?
- PATCH: Thanks to @Wheemer1, he noticed that when hitting (R)estart, that it would overwrite the custom mode changes that were originally saved with the default custom mode settings. A new function takes care of making sure (R)estarts will now apply any custom mode changes when the service/connection restarts.
- PATCH: Also, thanks to @Wheemer1 and @JGrana for the suggestion to formally add the '--accept-routes' aka "site-to-site" command line argument into TAILMON. A new menu item (6) under then setup/configuration menu has been added that asks whether or not you want to enable this option. Special care needed to be taken when this option gets disabled, as a 'tailscale up --reset' command needs to be issued before it can be completely disabled without having to endure tailscale warnings.
- PATCH: Thanks to @rung, added another email notification coming from TAILMON when the router was rebooted or manually reset, to indicate that TAILMON has restarted after an unexpected router reboot. TAILMON looks at router uptime, and if it's set to automatically start within the first 10 minutes of the router coming back up, it will send you an email.
BETA v1.0.17 Download link:
STABLE v1.0.14 Download link:
Significant Screenshots:
New item (6) added that will append the "--accept-routes" flag to your "tailscale up" commandline.
More detail on item (6) (much of which taken directly from tailscale website):
Now showing that "--accept-routes" gets appended by default when the menu item is enabled.
TAILMON v1.0.17 BETA1
What's new?
- PATCH: Thanks to @Wheemer1, he noticed that when hitting (R)estart, that it would overwrite the custom mode changes that were originally saved with the default custom mode settings. A new function takes care of making sure (R)estarts will now apply any custom mode changes when the service/connection restarts.
- PATCH: Also, thanks to @Wheemer1 and @JGrana for the suggestion to formally add the '--accept-routes' aka "site-to-site" command line argument into TAILMON. A new menu item (6) under then setup/configuration menu has been added that asks whether or not you want to enable this option. Special care needed to be taken when this option gets disabled, as a 'tailscale up --reset' command needs to be issued before it can be completely disabled without having to endure tailscale warnings.
- PATCH: Thanks to @rung, added another email notification coming from TAILMON when the router was rebooted or manually reset, to indicate that TAILMON has restarted after an unexpected router reboot. TAILMON looks at router uptime, and if it's set to automatically start within the first 10 minutes of the router coming back up, it will send you an email.
BETA v1.0.17 Download link:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/TAILMON/develop/tailmon.sh" -o "/jffs/scripts/tailmon.sh" && chmod 755 "/jffs/scripts/tailmon.sh"
STABLE v1.0.14 Download link:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/TAILMON/master/tailmon.sh" -o "/jffs/scripts/tailmon.sh" && chmod 755 "/jffs/scripts/tailmon.sh"
Significant Screenshots:
New item (6) added that will append the "--accept-routes" flag to your "tailscale up" commandline.
More detail on item (6) (much of which taken directly from tailscale website):
Now showing that "--accept-routes" gets appended by default when the menu item is enabled.
Last edited: