mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-04 20:11:38 +02:00
docs: priority of dae routing rules
This commit is contained in:
@@ -225,11 +225,13 @@ group {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# See https://github.com/daeuniverse/dae/blob/main/docs/en/configuration/routing.md for full examples.
|
# 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 {
|
routing {
|
||||||
### Preset rules.
|
### Preset rules.
|
||||||
|
|
||||||
# Network managers in localhost should be direct to avoid false negative network connectivity check when binding to
|
# Network managers in localhost should be direct to
|
||||||
# WAN.
|
# avoid false negative network connectivity check when binding to WAN.
|
||||||
pname(NetworkManager) -> direct
|
pname(NetworkManager) -> direct
|
||||||
pname(systemd-networkd) -> direct
|
pname(systemd-networkd) -> direct
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user