From 5a12030af48a99ace14f49f6ab620125132520dd Mon Sep 17 00:00:00 2001 From: valentin Date: Tue, 24 Apr 2018 14:36:40 +0200 Subject: [PATCH] Adding ipv6 compatibility Fluentd wait for ipv6 connection, from any machine. --- example/to_wendelin.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/to_wendelin.conf b/example/to_wendelin.conf index ff267ff..5e3d2d6 100644 --- a/example/to_wendelin.conf +++ b/example/to_wendelin.conf @@ -6,6 +6,8 @@ @type forward @id forward_input + # Listen for all ipv6 connexion. Equivalent to 0.0.0.0 but for ipv6. + bind :: -- 2.30.9