Rename files for clarity

This commit is contained in:
Daniel 2023-07-20 13:46:18 +02:00
parent ec85816577
commit 688b2de26e
3 changed files with 0 additions and 6 deletions

View file

@ -8,8 +8,6 @@ import (
"github.com/safing/portmaster/network/packet"
)
// FIXME: rename to "module"
var (
module *modules.Module

View file

@ -11,8 +11,6 @@ import (
"github.com/safing/portmaster/network"
)
// FIXME: rename to "module"
var module *modules.Module
func init() {

View file

@ -24,8 +24,6 @@ import (
"github.com/safing/portmaster/network/reference"
)
// FIXME: rename to "packet_handler"
var (
nameserverIPMatcher func(ip net.IP) bool
nameserverIPMatcherSet = abool.New()