service.openvpn.2.0.2.zip
yes. it's working for quite a while as a simple server.
Without docker
Only 34 KB !
It was prepared in a respberry pi 4, but as it uses the available binaries, it should work with any architecture.
The only thing inside the add-on are a bunch of scripts.
This is an OpenVPN server for LibreELEC.
This is a console add-on.
Install-it from within kodi.
Then go to a bash console and do:
-------------------------
generate the server keys
--------------------------
openvpn-generate-server <server_dns_name>
example:
openvpn-generate-server myserver.mydomain.org
this may take several minutes to create the keys.
-------------------------
create users
-------------------------
openvpn-add-client <username>
example:
openvpn-add-client my_user
The user files (*.ovpn extension) will be stored in:
/storage/.kodi/userdata/addon_data/service.openvpn.server/
----------------------------------------
configuring openvpn access to the server
----------------------------------------
Just install openvpn for you OS (windows, linux, ios, android)
Give the generated user ovpn file to the client software.