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

Updated on 2026-Mar-8
Updated on 2026-Mar-14

---

Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.9.1 - (March 14, 2026)
- PATCH: Because it's Pi-Day, we're celebrating with a small patch release along with a nice slice
of Pizza pie! This bug fix resolves an issue that I thought I caught last go-around, but it was
still showing bad behavior. Primarily related around the connection throughput indicator visuals,
when the figure exceeded the lower and medium display bounds (configurable using option #14) only
for the OVPN, it would use the TX values instead of the RX values. This all stems around the fact
that for some reason, RX and TX values are reversed for OVPN, but not for WG, when gathering these
stats from the underlying system.

v1.9.0 - (March 8, 2026)
- MINOR: Added an extremely unique feature to VPNMON-R3. Multi/Double-Hop VPN! While this kind of
functionality is available using major VPN providers, this is not a feature I have come across in
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.9.1
Loading