autoblock

command module
v0.0.0-...-d6ad668 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2017 License: MIT Imports: 11 Imported by: 0

README

autoblock

Automatically block inbound traffic via net-filter combined with DNS-based blocklists

For example to add a filter on port 25, use the following command

iptables -I INPUT -p tcp --dport 25 -j NFQUEUE --queue-balance 0:3

(and to remove it)

iptables -D INPUT -p tcp --dport 25 -j NFQUEUE --queue-balance 0:3

autobypass - recent kernels/iptables

--queue-bypass changes the behavior of an iptable rule when no userspace software is connected to the queue -- instead of dropping packets they are automatically passed. e.g. fail-safe in this context. If your system supports this I would recommend you use it.

The extension is available from Linux kernel 2.6.39 and iptables v1.4.11.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL