aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-02-19 11:58:29 -0600
committerMichael McVady <femtonaut@gmail.com>2023-02-19 11:58:29 -0600
commitbc18c974d647c439bbfc9cb32388e22a71e13438 (patch)
treeb39d1353034557c603ce230c16ba92c1ceb4b084 /conf
parent011e8d8870a6c14674e5e389bfdc09dae62b948d (diff)
Bind to `127.0.0.1`
Diffstat (limited to 'conf')
-rw-r--r--conf/clog.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/clog.conf b/conf/clog.conf
index 20bc77e..9000d65 100644
--- a/conf/clog.conf
+++ b/conf/clog.conf
@@ -1,7 +1,7 @@
# clog configuration
server notls {
- bind 0.0.0.0 8888
+ bind 127.0.0.1 8888
tls no
}