Add and update netquery code based on review discussions

This commit is contained in:
Patrick Pacher
2022-03-17 14:28:01 +01:00
parent 976c0a702e
commit c2d2064ec8
9 changed files with 324 additions and 148 deletions

View File

@@ -13,7 +13,6 @@ import ( //nolint:gci,nolintlint
_ "github.com/safing/portmaster/core"
_ "github.com/safing/portmaster/firewall"
_ "github.com/safing/portmaster/nameserver"
_ "github.com/safing/portmaster/netquery"
_ "github.com/safing/portmaster/ui"
_ "github.com/safing/spn/captain"
)