Skip to content

Commit

Permalink
update comments in l2tp_broker.cfg.example
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 16, 2023
1 parent 5bd7d56 commit fdbb096
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions broker/l2tp_broker.cfg.example
Expand Up @@ -12,10 +12,11 @@ max_tunnels=256
; Tunnel id base
tunnel_id_base=100
; Reject connections if there are less than N seconds since the last connection.
; Can be less than a second (e.g., 0.1).
; Can be less than a second (e.g., 0.1). Note that this is applied *per broker port*.
; Disabled if set to 0.
connection_rate_limit=0.2
; Reject connection if an IP address connects more than COUNT times in TIME seconds. Also runs
; "broker.connection-rate-limit" hook (e.g. to block client via iptables).
; Reject connection if an IP address connects more than COUNT times in TIME seconds to
; the same broker port. Also runs "broker.connection-rate-limit" hook (e.g. to block client via iptables).
; Disabled when at least one value is 0 (the default).
;connection_rate_limit_per_ip_count=20
;connection_rate_limit_per_ip_time=60
Expand Down

0 comments on commit fdbb096

Please sign in to comment.