mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
set openvpn to tcp
This commit is contained in:
parent
19142e8450
commit
08237a4102
@ -32,4 +32,4 @@ echo "/dev/mmcblk0p3 /mnt ext3 defaults 0 0" >> /etc/fstab
|
||||
mount /mnt
|
||||
|
||||
# initialize /etc/openvpn/client.conf
|
||||
sed -e 's,^remote.*,,' /usr/share/openvpn/examples/client.conf > /etc/openvpn/client.conf
|
||||
sed -e 's,proto udp,;proto udp,' -e 's,;proto tcp,proto tcp,' -e 's,^remote.*,,' /usr/share/openvpn/examples/client.conf > /etc/openvpn/client.conf
|
||||
|
Loading…
Reference in New Issue
Block a user