{"id":24578459,"url":"https://github.com/iiiceoo/overlap","last_synced_at":"2025-03-17T14:25:23.893Z","repository":{"id":187657702,"uuid":"677313607","full_name":"iiiceoo/overlap","owner":"iiiceoo","description":"overlap check if multiple IP ranges overlap.","archived":false,"fork":false,"pushed_at":"2023-08-11T09:42:44.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T23:59:26.408Z","etag":null,"topics":["iprange","ipv4","ipv6","networking","overlap"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iiiceoo.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}},"created_at":"2023-08-11T09:02:39.000Z","updated_at":"2023-09-11T02:12:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1def500-6262-44a2-8b9d-1a33bd47185a","html_url":"https://github.com/iiiceoo/overlap","commit_stats":null,"previous_names":["iiiceoo/overlap"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiiceoo%2Foverlap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiiceoo%2Foverlap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiiceoo%2Foverlap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiiceoo%2Foverlap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iiiceoo","download_url":"https://codeload.github.com/iiiceoo/overlap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244048238,"owners_count":20389302,"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":["iprange","ipv4","ipv6","networking","overlap"],"created_at":"2025-01-23T23:59:38.550Z","updated_at":"2025-03-17T14:25:23.865Z","avatar_url":"https://github.com/iiiceoo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# overlap\n\n*overlap check if multiple IP ranges overlap.*\n\n## Supported IP range formats\n\n- `172.18.0.1` / `fd00::1`\n- `172.18.0.0/24` / `fd00::/64`\n- `172.18.0.1-10` / `fd00::1-a`\n- `172.18.0.1-172.18.1.10` / `fd00::1-fd00::1:a`\n\n## Install\n\n```shell\ngo install github.com/iiiceoo/overlap\n```\n\n## Help\n\n```shell\n$ overlap\nUsage: overlap [-v] [-f file] [IP ranges...]\n       overlap [-V]\n\nOptions:\n  -V    Display the version of overlap.\n  -f string\n        The file path of the IP ranges list, which supports the following\n        formats of IP ranges:\n            (IPv4)                  (IPv6)\n            172.18.0.1              fd00::1\n            172.18.0.0/24           fd00::/64\n            172.18.0.1-10           fd00::1-a\n            172.18.0.1-172.18.1.10  fd00::1-fd00::1:a\n  -v    Be verbose, display details of overlaping IP ranges\n```\n\n## Example\n\n```shell\n$ cat \u003c\u003c EOF \u003e list\n172.18.40.1\n172.18.40.0/24\n172.18.0.1-20\nEOF\n\n$ overlap -f list\nOverlaping :(\n\n$ overlap -v -f list\nOverlaping :(\n\nDetails:\n172.18.40.1 and 172.18.40.0/24 overlap at [172.18.40.1]\n\n$ overlap -v -f list 172.18.0.10-15\nOverlaping :(\n\nDetails:\n172.18.0.10 and 172.18.0.1-20 overlap at [172.18.0.10-172.18.0.15]\n172.18.40.1 and 172.18.40.0/24 overlap at [172.18.40.1]\n```\n\n## License\n\nPackage iprange is MIT-Licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiiiceoo%2Foverlap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiiiceoo%2Foverlap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiiiceoo%2Foverlap/lists"}