|
5 kuukautta sitten | |
---|---|---|
.github | 6 kuukautta sitten | |
iptables | 9 kuukautta sitten | |
.gitignore | 6 vuotta sitten | |
DCO | 7 vuotta sitten | |
LICENSE | 10 vuotta sitten | |
NOTICE | 7 vuotta sitten | |
README.md | 2 vuotta sitten | |
build | 1 vuosi sitten | |
code-of-conduct.md | 7 vuotta sitten | |
go.mod | 4 vuotta sitten | |
test | 1 vuosi 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.