mirror of
https://github.com/coredns/coredns.git
synced 2026-07-16 12:40:11 -04:00
plugin/acl: Fix autopath from bypassing acl checks (#8290)
This fix prevents CoreDNS `autopath` from bypassing `acl` checks when it rewrites an allowed query into a name within an ACL-protected zone. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -51,11 +51,11 @@ chaos:chaos
|
||||
loadbalance:loadbalance
|
||||
tsig:tsig
|
||||
rewrite:rewrite
|
||||
autopath:autopath
|
||||
acl:acl
|
||||
cache:cache
|
||||
header:header
|
||||
dnssec:dnssec
|
||||
autopath:autopath
|
||||
minimal:minimal
|
||||
template:template
|
||||
transfer:transfer
|
||||
|
||||
Reference in New Issue
Block a user