|
5 månader sedan | |
---|---|---|
.github | 6 månader sedan | |
iptables | 9 månader sedan | |
.gitignore | 6 år sedan | |
DCO | 7 år sedan | |
LICENSE | 10 år sedan | |
NOTICE | 7 år sedan | |
README.md | 2 år sedan | |
build | 1 år sedan | |
code-of-conduct.md | 7 år sedan | |
go.mod | 4 år sedan | |
test | 1 år sedan |
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.