coreos/go-iptables
Go wrapper around iptables utility observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4228
- days_rel: n/a
- days_push: 687
- n_releases_24m: 0
Adoption not part of the score
1218 stars · 261 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library that wraps the iptables command-line utility, providing functions to append and delete rules and to create, clear, and delete chains. It exists because in-kernel netfilter lacks a good userspace API, so programmatic manipulation is best done via the iptables tool.
Use cases
- manage firewall rules from a Go application
- programmatically add and delete iptables rules
- create and clear custom iptables chains
- build a Kubernetes CNI or network policy controller
- configure Linux packet filtering in Go
When to choose
- you need to manipulate iptables rules from Go code
- you want a maintained wrapper instead of shelling out to iptables yourself
- you are building networking software on Linux that needs firewall control
When to avoid
- you need nftables-native or eBPF-based packet filtering
- you are not on Linux
- you need a high-level firewall management UI rather than a library
Facets
library · maturity stable
networking security developer-tools networking security developer-tools go iptables netfilter firewall go-bindings linux
1 source
- readme: https://github.com/coreos/go-iptables · fetched 2026-08-28 · 53d86e8ce25c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| coreos/go-iptables | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="coreos/go-iptables")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem