Add script to fix config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-12-19 12:30:05 +01:00
parent 075a25e999
commit 4323f48585

3
init_vpn_conf.sh Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
nmcli con add type bridge con-name ovpn ifname ovpn ip4 172.16.100.1/24 connection.zone internal
nmcli connection up ovpn