Update start.go

Patched the rule folder name
This commit is contained in:
Toby Chui 2023-06-16 00:54:55 +08:00
parent 48dc85ea3e
commit a8bf07dbba

View File

@ -102,7 +102,7 @@ func startupSequence() {
*/ */
pathRuleHandler = pathrule.NewPathBlocker(&pathrule.Options{ pathRuleHandler = pathrule.NewPathBlocker(&pathrule.Options{
ConfigFolder: "./rules/pathblock", ConfigFolder: "./rules/pathrules",
}) })
/* /*