mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user