Update example config with default_local_cidr_any changes (#1373)

This commit is contained in:
John Maguire
2025-04-01 17:08:03 -04:00
committed by GitHub
parent d2adebf26d
commit e136d1d47a
2 changed files with 15 additions and 10 deletions

View File

@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- `default_local_cidr_any` now defaults to false, meaning that any firewall rule
intended to target an `unsafe_routes` entry must explicitly declare it via the
`local_cidr` field. This is almost always the intended behavior. This flag is
deprecated and will be removed in a future release.
## [1.9.4] - 2024-09-09
### Added