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 @@
# VPNMON-R3 v1.6.4
# VPNMON-R3 v1.7.0
Asus-Merlin OpenVPN/Wireguard Monitor R3

Updated on 2025-Sep-14
Updated on 2025-Sep-20

---

Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
v1.7.0 - (September 20, 2025)
- MINOR: Added the ability to choose between a Random or Sequential way to pick the next server off
your custom Server Lists. Statistically, there's a higher chance of the script randomly picking
the same server on smaller server lists compared to ones numbered in the thousands. This way, for
those with smaller lists, you can sequentially step through your list in a round-robin fashion. Once
it reaches the end of your custom Server List, it will start back from the beginning. This option is
now available in the (C)onfiguration menu -> (1) Custom options -> (13) Server List Item Selection
Method.
- PATCH: Added more visibility to the WARNING log item that complains about invalid PING information
received, and will now show which VPN/WG slot made the complaint. Thanks much for the suggestion,
@scootertramp!

v1.6.4 - (September 14, 2025)
- PATCH: Bug fix around the Recovery Timeout Opportunities(tm) functionality. In certain situations,
like if you're running multiple Wireguard connections, the timer would keep resetting itself as
Expand Down
2 changes: 2 additions & 0 deletions enhancements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ To-Do:
- If the WAN doesn't respond after X minutes, issue a router reboot?

Done:
- Option for round-robin on lists, instead of random.
- Show which slot was having ping issues (@scootertramp)
- Add the Interface IP as a required field for the WG Server Lists @Ventola
- Invalid ping response values in log
- "Time Connected" in UI
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.4
1.7.0
6,858 changes: 6,858 additions & 0 deletions vpnmon-r3-1.6.4.sh

Large diffs are not rendered by default.

Loading