From 3212b769d434b050f81d2c25c1677f34d601a678 Mon Sep 17 00:00:00 2001 From: David Sonder <62520130+etherealist@users.noreply.github.com> Date: Fri, 26 Jun 2020 18:08:22 +0200 Subject: [PATCH] fix typo in conntrack section in examples/config.yml (#236) the rest of the conntrack values match the default --- examples/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config.yml b/examples/config.yml index a38280e..b2d168e 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -189,7 +189,7 @@ logging: # Nebula security group configuration firewall: conntrack: - tcp_timeout: 120h + tcp_timeout: 12m udp_timeout: 3m default_timeout: 10m max_connections: 100000