fix typo in conntrack section in examples/config.yml (#236)
the rest of the conntrack values match the default
This commit is contained in:
parent
ecf0e5a9f6
commit
3212b769d4
|
@ -189,7 +189,7 @@ logging:
|
||||||
# Nebula security group configuration
|
# Nebula security group configuration
|
||||||
firewall:
|
firewall:
|
||||||
conntrack:
|
conntrack:
|
||||||
tcp_timeout: 120h
|
tcp_timeout: 12m
|
||||||
udp_timeout: 3m
|
udp_timeout: 3m
|
||||||
default_timeout: 10m
|
default_timeout: 10m
|
||||||
max_connections: 100000
|
max_connections: 100000
|
||||||
|
|
Loading…
Reference in New Issue