I made the edits, and will temporarily be hosting it for download for those of you who are looking for a fix until
@Jack Yaz can make the appropriate changes. You can download the modified vpnmgr v2.3.1 file from here:
Download, overcopy the existing vpnmgr file in the /jffs/scripts folder, or just replace it's contents using the NANO text editor tool, and save it. Then try the "vpnmgr install" command again. Let me know if you need any further assistance.
If you want to live dangerously... here's the installer to execute in your favorite SSH utility:
Code:
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/VPNMON-R2/main/vpnmgr.sh" -o "/jffs/scripts/vpnmgr" && chmod 0755 /jffs/scripts/vpnmgr && /jffs/scripts/vpnmgr install
(Jack, just let me know when you need me to take this down...
)