|
5 vuotta sitten | |
---|---|---|
iptables | 5 vuotta sitten | |
.gitignore | 6 vuotta sitten | |
.travis.yml | 7 vuotta sitten | |
DCO | 7 vuotta sitten | |
LICENSE | 10 vuotta sitten | |
NOTICE | 7 vuotta sitten | |
README.md | 7 vuotta sitten | |
build | 9 vuotta sitten | |
code-of-conduct.md | 7 vuotta sitten | |
test | 6 vuotta sitten |
Go bindings for iptables utility.
In-kernel netfilter does not have a good userspace API. The tables are manipulated via setsockopt that sets/replaces the entire table. Changes to existing table need to be resolved by userspace code which is difficult and error-prone. Netfilter developers heavily advocate using iptables utlity for programmatic manipulation.
go-iptables wraps invocation of iptables utility with functions to append and delete rules; create, clear and delete chains.