Files
portmaster/threats/all.go
2019-07-02 15:12:31 +02:00

7 lines
125 B
Go

package threats
import (
_ "github.com/safing/portmaster/threats/arp"
_ "github.com/safing/portmaster/threats/portscan"
)