Add notification if IPv6 network integration fails

This commit is contained in:
Daniel
2022-02-14 13:52:33 +01:00
parent 293af89c41
commit 4758bc631b
2 changed files with 7 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ var (
)
func init() {
interceptionModule = modules.Register("interception", interceptionPrep, interceptionStart, interceptionStop, "base", "updates", "network")
interceptionModule = modules.Register("interception", interceptionPrep, interceptionStart, interceptionStop, "base", "updates", "network", "notifications")
network.SetDefaultFirewallHandler(defaultHandler)
}