Skip to content

Commit

Permalink
Remove firewall.conntrack.max_connections from examples (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmaguire authored Jun 23, 2022
1 parent 527f953 commit a0b2806
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ firewall:
tcp_timeout: 12m
udp_timeout: 3m
default_timeout: 10m
max_connections: 100000

# The firewall is default deny. There is no way to write a deny rule.
# Rules are comprised of a protocol, port, and one or more of host, group, or CIDR
Expand Down
1 change: 0 additions & 1 deletion examples/quickstart-vagrant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ firewall:
tcp_timeout: 12m
udp_timeout: 3m
default_timeout: 10m
max_connections: 100,000
inbound:
- proto: icmp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ firewall:
tcp_timeout: 12m
udp_timeout: 3m
default_timeout: 10m
max_connections: 100,000

inbound:
- proto: icmp
Expand Down

0 comments on commit a0b2806

Please sign in to comment.