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 ResetVerdictOfAllConnections ¶ added in v0.9.9
func ResetVerdictOfAllConnections() error
ResetVerdictOfAllConnections resets all connections so they are forced to go thought the firewall again.
func UpdateVerdictOfConnection ¶ added in v1.0.2
func UpdateVerdictOfConnection(conn *network.Connection) error
UpdateVerdictOfConnection updates the verdict of the given connection in the OS integration.
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package nfq contains a nfqueue library experiment.
|
Package nfq contains a nfqueue library experiment. |
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.