mirror of
https://github.com/safing/portmaster
synced 2025-09-01 10:09:11 +00:00
Rename files for clarity
This commit is contained in:
parent
ec85816577
commit
688b2de26e
3 changed files with 0 additions and 6 deletions
|
@ -8,8 +8,6 @@ import (
|
|||
"github.com/safing/portmaster/network/packet"
|
||||
)
|
||||
|
||||
// FIXME: rename to "module"
|
||||
|
||||
var (
|
||||
module *modules.Module
|
||||
|
|
@ -11,8 +11,6 @@ import (
|
|||
"github.com/safing/portmaster/network"
|
||||
)
|
||||
|
||||
// FIXME: rename to "module"
|
||||
|
||||
var module *modules.Module
|
||||
|
||||
func init() {
|
|
@ -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()
|
Loading…
Add table
Reference in a new issue