From d87a2d7fea8ba6fafe1b4dfa714dcaf715df683c Mon Sep 17 00:00:00 2001
From: Michael McVady <femtonaut@gmail.com>
Date: Thu, 10 Mar 2022 18:38:49 -0500
Subject: bind to 0.0.0.0

---
 conf/clog.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/clog.conf b/conf/clog.conf
index f0a2c41..c22fc73 100644
--- a/conf/clog.conf
+++ b/conf/clog.conf
@@ -1,7 +1,7 @@
 # clog configuration
 
 server notls {
-	bind 127.0.0.1 8888
+	bind 0.0.0.0 8888
 	tls no
 }
 
-- 
cgit v1.2.3