Fix multicast detection on ended connections as well as some linter errors

This commit is contained in:
Daniel
2022-06-01 13:45:13 +02:00
parent 787f9e7dec
commit 911a80996a
4 changed files with 3 additions and 8 deletions

View File

@@ -7,9 +7,8 @@ import (
"testing"
"time"
"github.com/stretchr/testify/assert"
"github.com/miekg/dns"
"github.com/stretchr/testify/assert"
"github.com/safing/portbase/log"
)