From e4b9a976441491881377947a200f414c7961e936 Mon Sep 17 00:00:00 2001
From: younevsky <younevsky@gmail.com>
Date: Wed, 25 Feb 2026 00:34:31 +0000
Subject: [PATCH] plugin: reorder rewrite before acl to prevent bypass

Signed-off-by: younevsky <younevsky@gmail.com>
---
 plugin.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin.cfg b/plugin.cfg
index 081a57e..42b5414 100644
--- a/plugin.cfg
+++ b/plugin.cfg
@@ -43,13 +43,13 @@ log:log
 dnstap:dnstap
 local:local
 dns64:dns64
-acl:acl
 any:any
 chaos:chaos
 loadbalance:loadbalance
 tsig:tsig
 cache:cache
 rewrite:rewrite
+acl:acl
 header:header
 dnssec:dnssec
 autopath:autopath
-- 
2.54.0