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" "github.com/safing/portmaster/network/packet"
) )
// FIXME: rename to "module"
var ( var (
module *modules.Module module *modules.Module

View file

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

View file

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