mirror of
https://github.com/ergochat/ergo.git
synced 2025-02-01 23:24:09 +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
|
||||
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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user