Add an ability to specify metric for unsafe routes (#474)

This commit is contained in:
Donatas Abraitis
2021-11-04 04:53:28 +02:00
committed by GitHub
parent bcabcfdaca
commit b358bbab80
6 changed files with 44 additions and 11 deletions

View File

@@ -18,7 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New config option `pki.disconnect_invalid` that will tear down tunnels when they become invalid (through expiry or
removal of root trust). Default is `false`. Note, this will not currently recognize if a remote has changed
certificates since the last handshake. (#370)
- New config option `unsafe_routes.<route>.metric` will set a metric for a specific unsafe route. It's useful if you have
more than one identical route and want to prefer one against the other.
### Changed
- Build against go 1.17. (#553)