{"id":29064503,"url":"https://github.com/appcypher/ip_filter","last_synced_at":"2025-06-27T09:07:35.032Z","repository":{"id":280828125,"uuid":"877191324","full_name":"appcypher/ip_filter","owner":"appcypher","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-23T08:49:34.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T15:03:24.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appcypher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-23T08:44:08.000Z","updated_at":"2024-10-23T08:50:06.000Z","dependencies_parsed_at":"2025-03-05T15:03:27.512Z","dependency_job_id":"4d4f7a14-7a1a-4480-b413-a2571dce83ae","html_url":"https://github.com/appcypher/ip_filter","commit_stats":null,"previous_names":["appcypher/ip_filter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/appcypher/ip_filter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appcypher%2Fip_filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appcypher%2Fip_filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appcypher%2Fip_filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appcypher%2Fip_filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appcypher","download_url":"https://codeload.github.com/appcypher/ip_filter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appcypher%2Fip_filter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262227892,"owners_count":23278266,"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":[],"created_at":"2025-06-27T09:07:11.852Z","updated_at":"2025-06-27T09:07:35.025Z","avatar_url":"https://github.com/appcypher.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ip_filter\n\nTrying out ip filtering by intercepting the connect syscall.\n\n## Build\n\n\n### MacOS\n\n```sh\ncargo build --release \u0026\u0026 \\\n    export DYLD_INSERT_LIBRARIES=\"target/release/libnetwork_filter.dylib\" \u0026\u0026 \\\n    export DYLD_FORCE_FLAT_NAMESPACE=1 \u0026\u0026 \\\n    export BLOCKED_IPS=\"192.168.1.1,8.8.8.8\" \u0026\u0026 \\\n    cargo run --release\n```\n\n### Linux\n\n```sh\ncargo build --release \u0026\u0026 \\\n    export LD_PRELOAD=\"target/release/libnetwork_filter.so\" \u0026\u0026 \\\n    export BLOCKED_IPS=\"192.168.1.1,8.8.8.8\" \u0026\u0026 \\\n    cargo run --release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappcypher%2Fip_filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappcypher%2Fip_filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappcypher%2Fip_filter/lists"}