{"id":16406497,"url":"https://github.com/nudin/iptable_vis","last_synced_at":"2026-02-28T14:31:00.841Z","repository":{"id":37749068,"uuid":"382193876","full_name":"Nudin/iptable_vis","owner":"Nudin","description":"visualise your iptables chains","archived":false,"fork":false,"pushed_at":"2023-07-20T14:07:42.000Z","size":108,"stargazers_count":715,"open_issues_count":7,"forks_count":45,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-10-29T14:50:36.143Z","etag":null,"topics":["iptables","iptables-configuration","iptables-rules"],"latest_commit_sha":null,"homepage":"","language":"Awk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nudin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-07-02T01:01:45.000Z","updated_at":"2025-10-26T19:30:06.000Z","dependencies_parsed_at":"2024-01-07T08:10:23.289Z","dependency_job_id":"a8f58316-0870-4093-9f9e-6cfddfd66741","html_url":"https://github.com/Nudin/iptable_vis","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Nudin/iptable_vis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nudin%2Fiptable_vis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nudin%2Fiptable_vis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nudin%2Fiptable_vis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nudin%2Fiptable_vis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nudin","download_url":"https://codeload.github.com/Nudin/iptable_vis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nudin%2Fiptable_vis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29937391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iptables","iptables-configuration","iptables-rules"],"created_at":"2024-10-11T06:10:04.060Z","updated_at":"2026-02-28T14:31:00.745Z","avatar_url":"https://github.com/Nudin.png","language":"Awk","funding_links":[],"categories":[],"sub_categories":[],"readme":"iptables-vis – visualise iptables chains\n========================================\n\nThis script reads iptables output and generates a nice flow chart. Works with all tables and chains.\n\n![Example](doc/example.svg)\n\nUsage\n=====\n- Clone repo, make sure awk is installed, install [blockdiag](http://blockdiag.com)\n- `iptables -v -L \u003e iptables.txt`\n- `awk -f iptables-vis.awk \u003c iptables.txt \u003e iptables.dia`\n- `blockdiag iptables.dia -T svg -o iptables.svg`\n\nTo display only selected chains (supports regexp):\n\n`awk -f iptables-vis.awk -v 'chain_selector=INPUT|OUTPUT|mychain' \u003c iptables.txt \u003e iptables.dia`\n\nTo also render empty chains:\n\n`awk -f iptables-vis.awk -v 'include_empty_chains=1 \u003c iptables.txt \u003e iptables.dia'`\n\nLegend\n======\n\n![Legend](doc/legend.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnudin%2Fiptable_vis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnudin%2Fiptable_vis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnudin%2Fiptable_vis/lists"}