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.2
# VPNMON-R3 v1.6.3
Asus-Merlin OpenVPN/Wireguard Monitor R3

Updated on 2025-Aug-24
Updated on 2025-Sep-1

---

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.6.3 - (September 1, 2025)
- PATCH: As discovered by @Ventola, Windscribe HAD to be different, and issues a different Interface
IP for each of their server connections. This has now forced another required WG Server List field,
as I could see other providers using similar tactics down the road. These are now the required
fields in a comma delimited row: ConnectionName,InterfaceIP/Sub,EndpointIP,EndpointPort,PrivateKey,
PublicKey, PreSharedKey(Opt) -- Example: City WG,10.50.0.2/32,143.32.55.23,34334,fasdkaffkasdjfj=,
221t949as2323kf=,23fj39fffjdaf=
**PLEASE NOTE**: for Wireguard users using server list automation, this update will require you to
add this InterfaceIP/Sub information to your current WG Server Lists. Not doing so will break the
ability for VPNMON-R3 to insert the correct information into your WG slots. Sorry for the extra
work. Hopefully this will be the last time we need any updates to this format.

v1.6.2 - (August 24, 2025)
- PATCH: Apologies for the successive bug fix patches, but found another one stemming from an Unbound
variable that was not being reset, and causing the [UB] indicator to show up on slots that weren't
Expand Down
1 change: 1 addition & 0 deletions enhancements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ To-Do:
- If the WAN doesn't respond after X minutes, issue a router reboot?

Done:
- Add the Interface IP as a required field for the WG Server Lists @Ventola
- Invalid ping response values in log
- "Time Connected" in UI
- Router Uptime on WAN entry 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.2
1.6.3
Loading