mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-02 09:09:17 +00:00
plan: update
This commit is contained in:
@@ -40,10 +40,12 @@ forwarders = [
|
|||||||
"1.1.1.1",
|
"1.1.1.1",
|
||||||
] # optional, forward DNS requests to these servers
|
] # 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
|
# this policy applies to the current zone block
|
||||||
[dns.zone.export] # if present, export this zone to connected peers
|
[dns.zone.export] # if present, export this zone to connected peers
|
||||||
whitelist = ["*"]
|
whitelist = ["*"] # optional
|
||||||
blacklist = []
|
blacklist = [] # optional
|
||||||
|
|
||||||
# same zone, but not exported
|
# same zone, but not exported
|
||||||
[[dns.zone]]
|
[[dns.zone]]
|
||||||
|
|||||||
Reference in New Issue
Block a user