3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

try to clarify that localhost includes all loopback

This commit is contained in:
Shivaram Lingamneni 2019-06-07 05:40:10 -04:00
parent 59906ec1a5
commit 96f4c5ca30

View File

@ -96,8 +96,8 @@ server:
# you should also add these addresses to the connection limits and throttling exemption lists # you should also add these addresses to the connection limits and throttling exemption lists
proxy-allowed-from: proxy-allowed-from:
# - localhost # - localhost
# - "127.0.0.1" # - "192.168.1.1"
# - "127.0.0.1/8" # - "192.168.10.1/24"
# controls the use of the WEBIRC command (by IRC<->web interfaces, bouncers and similar) # controls the use of the WEBIRC command (by IRC<->web interfaces, bouncers and similar)
webirc: webirc:
@ -113,9 +113,8 @@ server:
# you should also add these addresses to the connection limits and throttling exemption lists # you should also add these addresses to the connection limits and throttling exemption lists
hosts: hosts:
# - localhost # - localhost
# - "127.0.0.1" # - "192.168.1.1"
# - "127.0.0.1/8" # - "192.168.10.1/24"
# - "0::1"
# allow use of the RESUME extension over plaintext connections: # allow use of the RESUME extension over plaintext connections:
# do not enable this unless the ircd is only accessible over internal networks # do not enable this unless the ircd is only accessible over internal networks
@ -284,7 +283,6 @@ accounts:
# IPs/CIDRs which are exempted from the account requirement # IPs/CIDRs which are exempted from the account requirement
exempted: exempted:
- "localhost" - "localhost"
# - '127.0.0.2'
# - '10.10.0.0/16' # - '10.10.0.0/16'
# nick-reservation controls how, and whether, nicknames are linked to accounts # nick-reservation controls how, and whether, nicknames are linked to accounts