Files
portmaster/threats/all.go
2019-02-22 16:18:58 +01:00

7 lines
125 B
Go

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