{"id":19004407,"url":"https://github.com/knrdl/filterproxy","last_synced_at":"2026-02-09T06:33:19.798Z","repository":{"id":189225381,"uuid":"680280574","full_name":"knrdl/filterproxy","owner":"knrdl","description":"forward http/https proxy server filtering requests by domain using a whitelist","archived":false,"fork":false,"pushed_at":"2026-01-10T11:30:48.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T03:30:27.798Z","etag":null,"topics":["forward-proxy","tinyproxy"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/knrdl.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-18T19:41:07.000Z","updated_at":"2026-01-10T11:30:52.000Z","dependencies_parsed_at":"2023-08-18T21:56:09.177Z","dependency_job_id":null,"html_url":"https://github.com/knrdl/filterproxy","commit_stats":null,"previous_names":["knrdl/filterproxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/knrdl/filterproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knrdl%2Ffilterproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knrdl%2Ffilterproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knrdl%2Ffilterproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knrdl%2Ffilterproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knrdl","download_url":"https://codeload.github.com/knrdl/filterproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knrdl%2Ffilterproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29258206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T04:11:57.159Z","status":"ssl_error","status_checked_at":"2026-02-09T04:11:56.117Z","response_time":56,"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":["forward-proxy","tinyproxy"],"created_at":"2024-11-08T18:23:04.066Z","updated_at":"2026-02-09T06:33:19.779Z","avatar_url":"https://github.com/knrdl.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# filterproxy\nforward http/https proxy filtering requests by domain using a whitelist\n\n```yaml\nversion: \"2.4\"\n\nservices:\n  proxy:\n    image: ghcr.io/knrdl/filterproxy:edge\n    restart: always\n    mem_limit: 100m\n    ports:\n      - 8080:8080\n    environment:\n      domains: |\n        example.org\n        github.com\n```\n\n```shell\ncurl --proxy http://localhost:8080 example.org  # will work\ncurl --proxy http://localhost:8080 example.com  # will NOT work (403 filtered)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknrdl%2Ffilterproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknrdl%2Ffilterproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknrdl%2Ffilterproxy/lists"}