1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-12 11:21:56 +00:00

Fix glorytun UDP timeout

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-12-30 11:44:54 +00:00
parent 960cf901fe
commit 6a0c3d3247

View file

@ -13,4 +13,5 @@ done
ip addr add ${LOCALIP}/30 brd ${BROADCASTIP} dev ${INTF} 2>&1 >/dev/null
}
tc qdisc replace dev $INTF root cake
ip link set $INTF txqlen 100
ip link set $INTF txqlen 100
glorytun set dev gt-udp-tun0 kxtimeout 7d 2>&1 >/dev/null