Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fd0/go-iptables

Bindings for some functions of libiptc
https://github.com/fd0/go-iptables

Last synced: 3 months ago
JSON representation

Bindings for some functions of libiptc

Awesome Lists containing this project

README

        

This is just a small stub to access libiptc-function from go code.

Test:
```
go test -c
sudo setcap cap_net_raw,cap_net_admin=eip go-iptables.test
./go-iptables.test
```