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