Skip to content

Commit

Permalink
Merge pull request #21 from ViktorJp/develop
Browse files Browse the repository at this point in the history
Publish v1.0.6
  • Loading branch information
ViktorJp authored May 2, 2024
2 parents c570bf4 + d09449d commit 13d762d
Show file tree
Hide file tree
Showing 7 changed files with 2,719 additions and 13 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# TAILMON v1.0.2
# TAILMON v1.0.6
Asus-Merlin Tailscale Installer, Configurator and Monitor

![image](https://github.com/ViktorJp/TAILMON/assets/97465574/c351b55a-176a-4fa4-9ef2-49d3af63136c)

![image](https://github.com/ViktorJp/TAILMON/assets/97465574/299f5e6d-c295-4f71-a08a-bd884523b3c8)

**Executive Summary:** **Tailscale** is a free and open source service, based on WireGuard®, that helps users build no-hassle virtual private networks. Once you’ve created a Tailscale network (tailnet), you can securely access services and devices on that tailnet from anywhere in the world. **TAILMON** is a posix shell script that assists with the install, configuration and monitoring of Tailscale, running on your Asus-Merlin FW router.

Expand Down
File renamed without changes.
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v1.0.6 - (May 1, 2024)
- PATCH: The Tailscale binary version is now shown in the UI on the Tailscale Service bar/header.
- PATCH: The "Custom (O)peration Mode Settings" item in the Operations Menu is now grayed out if the
"Custom" Operations Mode isn't selected. This item will be non-responsive unless "Custom" has been
enabled, which will then open the Custom Operation Mode menu, allowing for full control over the
Tailscale service switches and connection commandline switches.
- PATCH: A new menu item in the Setup/Configuration menu will now show up if Tailscale has been found
to be installed. The new option U(P)date will run the "tailscale update" command, and present the
user with the choice to update to the latest available stable Tailscale version. After the update
finishes, TAILMON will ask if you would like to reset the Tailscale service/connection (highly
recommended), as this action will also sync previous switch settings which are wiped out when an
update is installed.
- PATCH: Another new menu item under the Custom Configuration menu has been added to provide TAILMON
with a reboot protection option. Item #6 under this menu will add a command to your post-mount file
and will launch TAILMON into its own Screen session, providing continued monitoring even after a
router reboot occurs.

v1.0.2 - (April 30, 2024)
- PATCH: Thanks to @XIII, for finding an inconsistency that we hadn't stumbled across yet. After an
install, when running tailmon.sh -setup immediately after resulted in errors showing that it was not
Expand Down
8 changes: 5 additions & 3 deletions enhancements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
TO-DO
-----
* Build a services-start option to allow for auto-start after router reboot
* Show tailscale binary version in UI
* Provide for a method to update the Tailscale binaries to the latest version


DONE
----
* Show tailscale binary version in UI
* Gray out the (O) option on operations menu if Custom isn't enabled
* Provide for a method to update the Tailscale binaries to the latest version
* Build a services-start option to allow for auto-start after router reboot
Loading

0 comments on commit 13d762d

Please sign in to comment.