plan: update

This commit is contained in:
Luna Yao
2026-04-18 11:29:11 +02:00
parent 49e33f182b
commit 4512e03d5f
+4 -2
View File
@@ -40,10 +40,12 @@ forwarders = [
"1.1.1.1",
] # optional, forward DNS requests to these servers
fallthrough = false # optional, whether to fall back to next zone (with same origin) if request doesn't match any record in this zone, default to true
# this policy applies to the current zone block
[dns.zone.export] # if present, export this zone to connected peers
whitelist = ["*"]
blacklist = []
whitelist = ["*"] # optional
blacklist = [] # optional
# same zone, but not exported
[[dns.zone]]