Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# RTRMON v2.4.2
# RTRMON v2.4.3
Asus-Merlin Router Monitor by Viktor Jaep, 2022-2026

Updated on 2026-Apr-15
Updated on 2026-Jul-11

---

Expand Down
File renamed without changes.
14 changes: 11 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
v2.4.2 - (April 15, 2025)
- MINOR: Based on some feedback from @JTnola, questioning my infallible code, he noted that
v2.4.3 - (July 11, 2026)
- PATCH: Found that when leaving RTRMON running for days at a time through multiple VPN resets
that on occasion one of the stunnel connections would come back as having a public IP of
0.0.0.0. This was happening due to the timing of the reset, and would lock that IP into a
failsafe IP so that at least something was assigned to it. It now will check for a real IP
should it try to revert back to a blank IP.
- PATCH: Miscellaneous bug fixes & enhancements

v2.4.2 - (April 15, 2026)
- PATCH: Based on some feedback from @JTnola, questioning my infallible code, he noted that
the SSL handshake test was failing in RTRMON on his router. Looking into this deeper, and
thanks to the keen eyes of @dave14305 and @ColinTaylor, they determined that the SSL hand-
shake test has been failing all along of sorts. Fixed this to a working SSL handshake test.

v2.4.1 - (April 14, 2026)
- MINOR: Diving into why the new version of SCREEN (v5.0.1) didn't want to start from a
- PATCH: Diving into why the new version of SCREEN (v5.0.1) didn't want to start from a
script in the post-mount, found that some SCREEN environment variables weren't being set.
Thanks to some input from @Martinski, these variables can be included in the script, instead
of adding these to the top of the post-mount.
Expand Down
Loading