config: add DNS import/export policies

config: move ID generation to ZoneConfig

config: serde fixes
This commit is contained in:
Luna Yao
2026-04-06 11:54:01 +02:00
parent 8a93bb311b
commit 78b2afb785
4 changed files with 79 additions and 48 deletions
+2 -1
View File
@@ -167,7 +167,8 @@ network-interface = "2.0"
# for ospf route
petgraph = "0.8.1"
hashbrown = "0.15.3"
ordered_hash_map = "0.5.0"
ordered_hash_map = "0.5.0"# TODO: REPLACE THIS
indexmap = "2.13.0"
# for wireguard
boringtun = { package = "boringtun-easytier", version = "0.6.1", optional = true }