You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-openvpn/bin/enable_tun

5 lines
84 B

4 years ago
mkdir -p /dev/net
if [ ! -e /dev/net/tun ]; then
mknod /dev/net/tun c 10 200
fi