Fix module dependencies, split filter into interception and filter modules
This commit is contained in:
@@ -72,7 +72,7 @@ func GetPermittedPort() uint16 {
|
||||
func portsInUseCleaner() {
|
||||
for {
|
||||
select {
|
||||
case <-module.Stopping():
|
||||
case <-interceptionModule.Stopping():
|
||||
return
|
||||
case <-time.After(cleanerTickDuration):
|
||||
cleanPortsInUse()
|
||||
|
||||
Reference in New Issue
Block a user