mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
Merge pull request #335 from csmith/default-config-listen-ports
Comment out 6668 bindings in default config
This commit is contained in:
commit
ea24eadb05
@ -13,9 +13,10 @@ server:
|
|||||||
# addresses to listen on
|
# addresses to listen on
|
||||||
listen:
|
listen:
|
||||||
- ":6667"
|
- ":6667"
|
||||||
- "127.0.0.1:6668"
|
|
||||||
- "[::1]:6668"
|
|
||||||
- ":6697" # ssl port
|
- ":6697" # ssl port
|
||||||
|
# Binding on specific IPs:
|
||||||
|
# - "127.0.0.1:6668"
|
||||||
|
# - "[::1]:6668"
|
||||||
# Unix domain socket for proxying:
|
# Unix domain socket for proxying:
|
||||||
# - "/tmp/oragono_sock"
|
# - "/tmp/oragono_sock"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user