diff options
author | Michael McVady <femtonaut@gmail.com> | 2022-03-10 18:38:49 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2022-03-10 18:38:49 -0500 |
commit | d87a2d7fea8ba6fafe1b4dfa714dcaf715df683c (patch) | |
tree | 6be25cf8b8d0b18cd22d73caeb5d1b493a397adf | |
parent | 1aa57711b69f15dfbe6a76d1af2d2dc362d19a5b (diff) |
bind to 0.0.0.0
-rw-r--r-- | conf/clog.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |