From 96f4c5ca30ded1704af11320d8ac08f111cee70d Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Fri, 7 Jun 2019 05:40:10 -0400 Subject: [PATCH] try to clarify that localhost includes all loopback --- oragono.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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