@@ -20,7 +20,7 @@ if ! [[ "$LIMIT" =~ ^[0-9]+$ ]]; then
exit1
exit1
fi
fi
INTERFACE="eth0"# 要限制的网络接口
INTERFACE="eth0"# 默认主网卡,所有网络接口则改为"all"
IFS=','read -ra PORT_ARRAY <<<"$PORTS"
IFS=','read -ra PORT_ARRAY <<<"$PORTS"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.