Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Packets channel for feeding the firewall. Packets = make(chan packet.Packet, 1000) )
Functions ¶
func DeactivateNfqueueFirewall ¶ added in v0.4.16
func DeactivateNfqueueFirewall() error
DeactivateNfqueueFirewall drops portmaster related IP tables rules. Any errors encountered accumulated into a *multierror.Error.
func StartNfqueueInterception ¶
func StartNfqueueInterception() (err error)
StartNfqueueInterception starts the nfqueue interception.
func StopNfqueueInterception ¶
func StopNfqueueInterception() error
StopNfqueueInterception stops the nfqueue interception.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package nfqexp contains a nfqueue library experiment.
|
Package nfqexp contains a nfqueue library experiment. |
Package nfqueue provides network interception capabilities on linux via iptables nfqueue.
|
Package nfqueue provides network interception capabilities on linux via iptables nfqueue. |
Package windowskext provides network interception capabilities on windows via the Portmaster Kernel Extension.
|
Package windowskext provides network interception capabilities on windows via the Portmaster Kernel Extension. |
Click to show internal directories.
Click to hide internal directories.