mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
Comment out 6668 bindings in default config
These are just used as examples, and prevent Oragono from starting up if the host doesn't have an IPv6 stack (e.g. inside docker containers). See oragono/oragono-docker#5
This commit is contained in:
parent
3f2fc13563
commit
5ede1e6d5a
@ -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