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:
parent
59906ec1a5
commit
96f4c5ca30
10
oragono.yaml
10
oragono.yaml
@ -96,8 +96,8 @@ server:
|
||||
# you should also add these addresses to the connection limits and throttling exemption lists
|
||||
proxy-allowed-from:
|
||||
# - localhost
|
||||
# - "127.0.0.1"
|
||||
# - "127.0.0.1/8"
|
||||
# - "192.168.1.1"
|
||||
# - "192.168.10.1/24"
|
||||
|
||||
# controls the use of the WEBIRC command (by IRC<->web interfaces, bouncers and similar)
|
||||
webirc:
|
||||
@ -113,9 +113,8 @@ server:
|
||||
# you should also add these addresses to the connection limits and throttling exemption lists
|
||||
hosts:
|
||||
# - localhost
|
||||
# - "127.0.0.1"
|
||||
# - "127.0.0.1/8"
|
||||
# - "0::1"
|
||||
# - "192.168.1.1"
|
||||
# - "192.168.10.1/24"
|
||||
|
||||
# allow use of the RESUME extension over plaintext connections:
|
||||
# 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
|
||||
exempted:
|
||||
- "localhost"
|
||||
# - '127.0.0.2'
|
||||
# - '10.10.0.0/16'
|
||||
|
||||
# nick-reservation controls how, and whether, nicknames are linked to accounts
|
||||
|
Loading…
Reference in New Issue
Block a user