vpnserver_ynh
vpnserver_ynh copied to clipboard
OpenVPN package for YunoHost
Just a PR to announce I am working on it. I am nearly done.
When I attempt to install the current version of OpenVPN, the daemon fails constantly outputting the following error message: Bad argument `MASQUERADE' Try `iptables -h' or 'iptables --help' for more...
I've installed openvpn_ynh on two different hosts and two different VM's now, both existing and fresh installs of YNH, with the same result. Once openvpn_ynh is done installing, I'm no...
Hello, I'm unable to install this app on a quite fresh YunoHost 3.3 install : ``` Warning: 'yunohost app checkurl' is deprecated and will be removed in the future Warning:...
I pasted the github-repository-url into yunohost's "Custom App" textfield and clicked install and it could not be installed. My yunohost is freshly installed. Versions: yunohost -> 3.4.2.4 (stable) yunohost-admin ->...
WORK IN PROGRESS Not trying to maintain this app (not yet at least). Just I tried to see what was the status of the package. And it appears that it's...
### Steps to reproduce 1. `sudo yunohost app install https://github.com/YunoHost-Apps/openvpn_ynh` 2. When the script asks for the `ip4range`, press enter to use the default value (the empty string) 3. Answer...
To do that we just need to add iptables -t nat -A PREROUTING -d SERVER_VPN_IP/32 -p udp -j DNAT --to-destination SERVER_VPN_IP:1194