3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 14:09:28 +01:00

new recommended default: proxy allowed from localhost

This commit is contained in:
Shivaram Lingamneni 2020-05-06 17:00:03 -04:00
parent 147e652e99
commit 07fe28af95
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"