From 5ede1e6d5ab369eecd31214f2f27c6bf9269ad0f Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Thu, 31 Jan 2019 08:43:48 +0000 Subject: [PATCH] Comment out 6668 bindings in default config These are just used as examples, and prevent Oragono from starting up if the host doesn't have an IPv6 stack (e.g. inside docker containers). See oragono/oragono-docker#5 --- oragono.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/oragono.yaml b/oragono.yaml index 2ea81570..9283c4a4 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -13,9 +13,10 @@ server: # addresses to listen on listen: - ":6667" - - "127.0.0.1:6668" - - "[::1]:6668" - ":6697" # ssl port + # Binding on specific IPs: + # - "127.0.0.1:6668" + # - "[::1]:6668" # Unix domain socket for proxying: # - "/tmp/oragono_sock"