From 07fe28af953b4f6263cf0e1b7d4dee337e8420c5 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 6 May 2020 17:00:03 -0400 Subject: [PATCH] new recommended default: proxy allowed from localhost --- conventional.yaml | 2 +- oragono.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conventional.yaml b/conventional.yaml index d6af832a..2303c8ba 100644 --- a/conventional.yaml +++ b/conventional.yaml @@ -137,7 +137,7 @@ server: # this should be restricted to 127.0.0.1/8 and ::1/128 (unless you have a good reason) # you should also add these addresses to the connection limits and throttling exemption lists proxy-allowed-from: - # - localhost + - localhost # - "192.168.1.1" # - "192.168.10.1/24" diff --git a/oragono.yaml b/oragono.yaml index c4e68de3..faa4f39c 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -158,7 +158,7 @@ server: # this should be restricted to 127.0.0.1/8 and ::1/128 (unless you have a good reason) # you should also add these addresses to the connection limits and throttling exemption lists proxy-allowed-from: - # - localhost + - localhost # - "192.168.1.1" # - "192.168.10.1/24"