This commit is contained in:
arm64v8a
2022-08-11 12:37:20 +08:00
parent e456ef2b5c
commit 4ed46c10fe
14 changed files with 195 additions and 164 deletions

View File

@@ -18,7 +18,7 @@ BASEDIR=$(dirname "$0")
cd $BASEDIR
start() {
# add tun (TODO the ip must be the same as matsuri)
# add tun
ip tuntap add $TUN_NAME mode tun user $USER_ID || return
ip link set dev nekoray-tun mtu $MTU || return
ip link set dev $TUN_NAME up || return