{"id":13546717,"url":"https://github.com/Nudin/iptable_vis","last_synced_at":"2025-04-02T18:32:24.562Z","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":689,"open_issues_count":7,"forks_count":46,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-02-23T21:27:01.623Z","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-02-11T17:37:15.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246870133,"owners_count":20847249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-08-01T12:00:43.668Z","updated_at":"2025-04-02T18:32:24.289Z","avatar_url":"https://github.com/Nudin.png","language":"Awk","funding_links":[],"categories":["Awk","\u003ca name=\"infra\"\u003e\u003c/a\u003einfra"],"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"}