From 9713094da9428b4a43c222ee12de640dfffaa27f Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 5 Feb 2024 08:18:22 +0100 Subject: [PATCH] comment ipv4/v6 --- etc/ot-recorder.default | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/ot-recorder.default b/etc/ot-recorder.default index ea5608a..c549650 100644 --- a/etc/ot-recorder.default +++ b/etc/ot-recorder.default @@ -56,6 +56,10 @@ # ----------------------------------------------------- # Address for the HTTP module to bind to (default: localhost) +# Binding on 0.0.0.0 will listen on IPv4 only +# Binding on [::] will listen on IPv4 and IPv6 +# OTR_HTTPHOST = "0.0.0.0" +# OTR_HTTPHOST = "[::]" # # OTR_HTTPHOST="localhost"