• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by iTyPsIDg

  1. I

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    @Viktor Jaep - I noticed this morning that some of the sendmessage calls weren't working properly, so I fixed those and sent another PR.
  2. I

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    It was also easy enough for me to hardcode the information into the query as well. Given other VPNs changing the private key, you may not want a separate field in case we find a better way to automate the ones that do change.
  3. I

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    Yeah, it looks like Nord made it easiest for us. The same private key is always used, and it's easy to generate once and save.
  4. I

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    SurfShark looks like it should be possible. I see a pubKey value in the JSON: { "country": "United States", "countryCode": "US", "region": "The Americas", "regionCode": "AM", "load": 38, "createdAt": "2018-10-16T12:09:14+00:00", "updatedAt": "2025-07-15T23:56:50+00:00", "id"...
  5. I

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    @Viktor Jaep - I submitted a PR for the develop branch, Alpha version. I added WG Server List Automation. I used this command to build the WG server list: curl --silent --retry 3 --connect-timeout 3 --max-time 6 --retry-delay 1 --retry-all-errors...
  6. I

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    For Proton users comfortable with Python, you can use these two scripts to generate conf files and then a summary file to paste into VPNMON-R3 (note that you need to go to https://account.protonvpn.com/downloads to get the credential information while Developer tools is open in your browser)...
  7. I

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    I see. I had a completely blank slot that I was configuring. I agree that they do not change except by provider. For example, Nord has different values from Proton. Additionally, I don't think private keys change at all. I've reviewed some that I generated as far back as March. If we can store...
  8. I

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    One thing I noticed when attempting the Alpha version: The Address and Allowed IPs are empty. The allowed IPs should be 0.0.0.0/0, but the address should probably be in the config for the interface since it varies per provider.
  9. I

    VPNMON VPNMON-R3 v1.4.1 -Jul 2, 2025- Monitor WAN/Dual-WAN/OpenVPN Health & Reset Multiple OpenVPN Connections (Now available in AMTM!) Wireguard Alpha!

    Excellent work! I hope this helps you with automating the server list. I took your desired output and created a script that can output in exactly that format for NordVPN. For now, I have hardcoded the server recommendations list; however, I see that as being an argument that could be passed to...
  10. I

    amtm LED control resets after reboot

    I'll check after another reboot because the log entries are already gone.
  11. I

    spdMerlin spdMerlin v4.4.14 [2025-Jul-12] - Internet Speedtest and Monitoring Tool for AsusWRT Merlin

    Success. I had both a Non-Responsive VPN slot failure last night and a reboot this morning and all interfaces are still included for spdmerlin. Thank you all.
  12. I

    amtm LED control resets after reboot

    Title pretty much says it all. After nearly every reboot, my dynamic LED control resets to off. When I turn it back on, it is then static. So, after a reboot I need to turn LED control back on and set it back to dynamic manually.
  13. I

    spdMerlin spdMerlin v4.4.14 [2025-Jul-12] - Internet Speedtest and Monitoring Tool for AsusWRT Merlin

    Tested last night. The added delay was enough for one of my OVPN interfaces to come up, but not the second one. Hopefully, it isn't too difficult for Viktor to add a reset to VPNMON-R3 because I think that is the best option.
  14. I

    spdMerlin spdMerlin v4.4.14 [2025-Jul-12] - Internet Speedtest and Monitoring Tool for AsusWRT Merlin

    I updated. I will try a reboot later when I won't have any complaints about having no internet. @Viktor Jaep - May I request that you add an option in VPNMON-R3 after settling down to issue the aforementioned reset command? reset_interfaces force
Back
Top