Merge pull request #335 from csmith/default-config-listen-ports

Comment out 6668 bindings in default config
This commit is contained in:
Daniel Oaks 2019-01-31 21:54:13 +13:00 committed by GitHub
commit ea24eadb05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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"