1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Update kernel, API and latest glorytun udp fix

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-01-06 07:53:55 +00:00
parent 68ef21c679
commit e87ff9af8e
2 changed files with 13 additions and 7 deletions

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