From a8bf07dbba33c8091bfaac200e0711cc77d8484a Mon Sep 17 00:00:00 2001 From: Toby Chui Date: Fri, 16 Jun 2023 00:54:55 +0800 Subject: [PATCH] Update start.go Patched the rule folder name --- src/start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start.go b/src/start.go index 9517dc3..d33888b 100644 --- a/src/start.go +++ b/src/start.go @@ -102,7 +102,7 @@ func startupSequence() { */ pathRuleHandler = pathrule.NewPathBlocker(&pathrule.Options{ - ConfigFolder: "./rules/pathblock", + ConfigFolder: "./rules/pathrules", }) /*