You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 9 Next »
The roOpenVpn object can be used to connect players and servers through a VPN without making them accessible to everyone.
Object Creation:
CreateObject("roOpenVpn")
Path to the configuration zip
Encrypted passphrase for protected certificates
Install the configuration and run it
Stop and uninstall the configuration
ovpn = CreateObject("roOpenVpn") params = {} params.archive_file = "openvpn.zip" ovpn.InstallAndRun(params) ovpn.Uninstall()
ON THIS PAGE