Commit 5a12030a authored by Valentin Benozillo's avatar Valentin Benozillo

Adding ipv6 compatibility

Fluentd wait for ipv6 connection, from any machine.
parent f0b1dcca
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
<source> <source>
@type forward @type forward
@id forward_input @id forward_input
# Listen for all ipv6 connexion. Equivalent to 0.0.0.0 but for ipv6.
bind ::
</source> </source>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment