mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-09 16:26:59 +08:00
remove usage of wondershaper
This commit is contained in:
@@ -4,11 +4,6 @@ if [ "$REASON" = "connect" ];then
|
||||
# Disable the firewall for the user's device
|
||||
iptables -A INPUT -i $DEVICE -j ACCEPT
|
||||
|
||||
if [ "$GROUPNAME" != "admins" ];then
|
||||
#rate limit the tun device to 64kbyte
|
||||
wondershaper $DEVICE 524288 524288
|
||||
fi
|
||||
|
||||
echo "User '$USERNAME' from '$IP_REAL' connected. Local IP is '$IP_REMOTE'"
|
||||
else
|
||||
iptables -D INPUT -i $DEVICE -j ACCEPT
|
||||
|
||||
Reference in New Issue
Block a user