VPN support

This commit is contained in:
Geoffrey Frogeye 2021-06-26 14:13:05 +02:00
parent d9acf4ff93
commit 647fd78ae2
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
4 changed files with 68 additions and 3 deletions

View file

@ -0,0 +1,10 @@
[Service]
ExecStart=
ExecStart=/usr/bin/openvpn --suppress-timestamps --nobind --config %i.conf --script-security 2 --up /etc/openvpn/update-resolv-conf --down /etc/openvpn/update-resolv-conf
# The part before --script-security 2 might need upgrading from
# /usr/lib/systemd/system/openvpn-client@.service if it was upgraded
Restart=on-failure
User=
AmbiantCapabilities=
# It's not pretty, but other script only work with systemd or call resolvconf with -p,
# which doesn't work without a local DNS resolver