Add script to fix config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
075a25e999
commit
4323f48585
1 changed files with 3 additions and 0 deletions
3
init_vpn_conf.sh
Normal file
3
init_vpn_conf.sh
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue