Documentation
¶
Overview ¶
Package monitor scans active network connections against the hexwall store. It logs or kills untrusted connections based on the selected mode.
Index ¶
Constants ¶
View Source
const ( // ModeWatch logs suspicious connections without killing them. ModeWatch = "watch" // ModeEnforce kills suspicious connections and records the action. ModeEnforce = "enforce" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.