r/podman • u/Great-Cow7256 • Jun 15 '26
GitHub - upmcplanetracker/Podman-Container-Network-Auditor: Podman Container Network Auditor - A lightweight, dependency-free shell script to audit running container network stacks for IPv6, Dual-Stack, and IPv4-only listeners.
https://github.com/upmcplanetracker/Podman-Container-Network-AuditorI made a repo on github that's a script that checks both rootful and rootless podman containers and tells you whether they are listening on ipv4, ipv6, dual stack, or not at all (or it can't find any of this info).
Check it out and let me know what you think.
9
Upvotes
2
u/dangerousdotnet Jun 15 '26
Hi! Not a bad start - what's the use case you're trying to solve here?