Yunohost VPN app https://github.com/labriqueinternet/vpnclient_ynh
![]() |
il y a 3 ans | |
---|---|---|
.github | il y a 3 ans | |
conf | il y a 3 ans | |
doc | il y a 3 ans | |
scripts | il y a 3 ans | |
sources | il y a 6 ans | |
CHANGES.md | il y a 5 ans | |
LICENSE | il y a 10 ans | |
README.md | il y a 3 ans | |
check_process | il y a 3 ans | |
config_panel.toml | il y a 3 ans | |
manifest.json | il y a 3 ans | |
screenshot.png | il y a 9 ans |
This YunoHost app is a part of the "La Brique Internet" project but can be used independently.
VPN Client app for YunoHost.
If you want to run openvpn inside lxc, you should add this to your container:
lxc.hook.autodev = sh -c "modprobe tun"
lxc.mount.entry=/dev/net/tun dev/net/tun none bind,create=file
lxc.hook.autodev = sh -c "chmod 0666 dev/net/tun"