From 8a1bc0a32cf5ac93608c54395d0b9d6744da4e75 Mon Sep 17 00:00:00 2001 From: translucentfocus <26986716+translucentfocus@users.noreply.github.com> Date: Tue, 7 Sep 2021 05:21:26 -0400 Subject: [PATCH] Corrected option vs. list syntax in etc/config/firewall rules --- Installation-on-OpenWrt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation-on-OpenWrt.md b/Installation-on-OpenWrt.md index d0a720a..71333eb 100644 --- a/Installation-on-OpenWrt.md +++ b/Installation-on-OpenWrt.md @@ -123,7 +123,7 @@ config rule option name 'Reject-DoT, port 853' option src 'lan' option dest 'wan' - list proto 'tcp udp' + option proto 'tcp udp' option dest_port '853' option target 'REJECT'