Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fd0/go-iptables
- Owner: fd0
- License: gpl-2.0
- Created: 2013-09-15T17:37:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-22T16:18:47.000Z (over 11 years ago)
- Last Synced: 2024-06-19T02:59:54.301Z (7 months ago)
- Language: Go
- Size: 129 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```