tunyap 87 B

123
  1. #!/bin/sh
  2. mkdir -p /dev/net && mknod /dev/net/tun c 10 200 && chmod 0666 /dev/net/tun