mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-17 16:36:02 +00:00
docs: document trusted_proxies config option
Cover the option in config-example.yaml, the reverse-proxy integration guide, and the 0.29.0 CHANGELOG.
This commit is contained in:
parent
c6c29c05e5
commit
963daf8908
3 changed files with 32 additions and 0 deletions
|
|
@ -39,6 +39,13 @@ grpc_listen_addr: 127.0.0.1:50443
|
|||
# are doing.
|
||||
grpc_allow_insecure: false
|
||||
|
||||
# CIDR(s) of reverse proxies (e.g. 127.0.0.1/32) whose
|
||||
# True-Client-IP, X-Real-IP and X-Forwarded-For headers should
|
||||
# be honoured. Empty (default) ignores those headers; setting
|
||||
# this without a proxy in front lets clients spoof their logged
|
||||
# source IP.
|
||||
trusted_proxies: []
|
||||
|
||||
# The Noise section includes specific configuration for the
|
||||
# TS2021 Noise protocol
|
||||
noise:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue