diff --git a/oragono.yaml b/oragono.yaml index 35754dea..40d658f0 100644 --- a/oragono.yaml +++ b/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