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

4 lines
84 B

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