docs: priority of dae routing rules

This commit is contained in:
Ryan Yin
2024-02-18 02:05:42 +08:00
parent e5b0545dfd
commit e5fa57c660

View File

@@ -225,11 +225,13 @@ group {
}
# See https://github.com/daeuniverse/dae/blob/main/docs/en/configuration/routing.md for full examples.
# Pname has the highest priority, so should be placed in the front.
# Priority of other rules is the same as the order of the rules defined in this file.
routing {
### Preset rules.
# Network managers in localhost should be direct to avoid false negative network connectivity check when binding to
# WAN.
# Network managers in localhost should be direct to
# avoid false negative network connectivity check when binding to WAN.
pname(NetworkManager) -> direct
pname(systemd-networkd) -> direct