From 4512e03d5fbba8606b1e827b60db3c455811bcec Mon Sep 17 00:00:00 2001 From: Luna Yao <40349250+ZnqbuZ@users.noreply.github.com> Date: Sat, 18 Apr 2026 11:29:11 +0200 Subject: [PATCH] plan: update --- easytier/src/dns/plan.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/easytier/src/dns/plan.md b/easytier/src/dns/plan.md index 86d05db9..c109cb9d 100644 --- a/easytier/src/dns/plan.md +++ b/easytier/src/dns/plan.md @@ -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]]