Skip to content

Commit

Permalink
Use "tun" device type with OpenVPN.
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaerk committed Mar 20, 2023
1 parent 2e64eef commit f82176c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/vpn/client/lib/openvpn-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi
--client \
--connect-retry 5 5 \
--dev vpn0 \
--dev-type tap \
--dev-type tun \
--keepalive 10 60 \
--key /etc/puavo/certs/host.key \
--proto tcp-client \
Expand Down

0 comments on commit f82176c

Please sign in to comment.