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:
parent
147e652e99
commit
07fe28af95
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user