Skip to content

Commit

Permalink
Update set_iptables.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schmittner <[email protected]>
  • Loading branch information
Echsecutor authored Dec 11, 2024
1 parent dc99f98 commit 2c2588c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run/set_iptables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ echo "CLI_PORT_PROTECTION_SCRIPT=${CLI_PORT_PROTECTION_SCRIPT:=./add_ddos_protec
echo "CHAIN=${CHAIN:=DOCKER-USER}"
echo "OVER_ALL_CONN_LIMIT=${OVER_ALL_CONN_LIMIT:=1500}"
echo "CONN_LIMIT_PER_IP=${CONN_LIMIT_PER_IP:=10}"
echo "CONN_RATE_LIMIT_LIMIT=${CONN_RATE_LIMIT_LIMIT:=50}"

# Default: IDunion is not using rate limits
echo "CONN_RATE_LIMIT_LIMIT=${CONN_RATE_LIMIT_LIMIT:=0}"
echo "CONN_RATE_LIMIT_PERIOD=${CONN_RATE_LIMIT_PERIOD:=60}"


Expand Down

0 comments on commit 2c2588c

Please sign in to comment.