mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-25 17:54:54 +09:00
changelog: document config validation and listener error rework
Updates #3227
This commit is contained in:
@@ -395,6 +395,8 @@ connected" routers that maintain their control session but cannot route packets.
|
||||
- `oidc.expiry` has been removed; use `node.expiry` instead (applies to all registration methods including OIDC)
|
||||
- `ephemeral_node_inactivity_timeout` is deprecated in favour of `node.ephemeral.inactivity_timeout`
|
||||
- Add `trusted_proxies` to gate `True-Client-IP` / `X-Real-IP` / `X-Forwarded-For` (previously honoured from any client) [#3268](https://github.com/juanfont/headscale/pull/3268)
|
||||
- Reject overlapping TCP listener bindings (e.g. `listen_addr` vs ACME HTTP-01 on port 80) at config load [#3236](https://github.com/juanfont/headscale/pull/3236)
|
||||
- Improve config and bind-failure errors: every violation reported in one pass, named YAML keys, actionable operator hints [#3236](https://github.com/juanfont/headscale/pull/3236)
|
||||
|
||||
#### Debug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user