mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-26 21:39:21 -08:00
new recommended default: proxy allowed from localhost
This commit is contained in:
parent
147e652e99
commit
07fe28af95
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue