|
@@ -15,7 +15,7 @@ import (
|
|
|
"imuslab.com/zoraxy/mod/geodb"
|
|
|
"imuslab.com/zoraxy/mod/mdns"
|
|
|
"imuslab.com/zoraxy/mod/netstat"
|
|
|
- "imuslab.com/zoraxy/mod/pathblock"
|
|
|
+ "imuslab.com/zoraxy/mod/pathrule"
|
|
|
"imuslab.com/zoraxy/mod/sshprox"
|
|
|
"imuslab.com/zoraxy/mod/statistic"
|
|
|
"imuslab.com/zoraxy/mod/statistic/analytic"
|
|
@@ -101,7 +101,7 @@ func startupSequence() {
|
|
|
from file.
|
|
|
*/
|
|
|
|
|
|
- pathBlockHandler = pathblock.NewPathBlocker(&pathblock.Options{
|
|
|
+ pathRuleHandler = pathrule.NewPathBlocker(&pathrule.Options{
|
|
|
ConfigFolder: "./rules/pathblock",
|
|
|
})
|
|
|
|