Merge pull request #432 from slingamn/no_plaintext

deprecate plaintext on 6667
This commit is contained in:
Daniel Oaks 2019-02-27 07:32:11 +10:00 committed by GitHub
commit 33b2052dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -12,11 +12,11 @@ server:
# addresses to listen on # addresses to listen on
listen: listen:
- ":6667" - ":6697" # SSL/TLS port
- ":6697" # ssl port - ":6667" # plaintext port
# Binding on specific IPs: # To disable plaintext over the Internet, comment out :6667 and replace with:
# - "127.0.0.1:6668" # - "127.0.0.1:6667" # (loopback ipv4, localhost-only)
# - "[::1]:6668" # - "[::1]:6667" # (loopback ipv6, localhost-only)
# Unix domain socket for proxying: # Unix domain socket for proxying:
# - "/tmp/oragono_sock" # - "/tmp/oragono_sock"
@ -53,7 +53,7 @@ server:
preload: false preload: false
# use ident protocol to get usernames # use ident protocol to get usernames
check-ident: true check-ident: false
# password to login to the server # password to login to the server
# generated using "oragono genpasswd" # generated using "oragono genpasswd"