{"id":21441246,"url":"https://github.com/cuigh/shadow","last_synced_at":"2026-01-02T23:39:37.545Z","repository":{"id":57618186,"uuid":"81429441","full_name":"cuigh/shadow","owner":"cuigh","description":"A lightweight HTTP proxy for Go.","archived":false,"fork":false,"pushed_at":"2017-07-04T10:27:48.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-23T10:25:47.032Z","etag":null,"topics":["golang","http","https","proxy"],"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/cuigh.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}},"created_at":"2017-02-09T08:50:58.000Z","updated_at":"2017-05-07T13:14:57.000Z","dependencies_parsed_at":"2022-09-03T08:51:18.558Z","dependency_job_id":null,"html_url":"https://github.com/cuigh/shadow","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuigh%2Fshadow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuigh%2Fshadow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuigh%2Fshadow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuigh%2Fshadow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuigh","download_url":"https://codeload.github.com/cuigh/shadow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955750,"owners_count":20374372,"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":["golang","http","https","proxy"],"created_at":"2024-11-23T01:22:42.666Z","updated_at":"2026-01-02T23:39:37.509Z","avatar_url":"https://github.com/cuigh.png","language":"Go","readme":"# shadow\n\n**shadow** is a simple and fast http proxy written by Go.\n\n## Usage\n\nStart a transparent http proxy\n\n```\n./shadow -addr :7778\n```\n\nWith parent proxy\n\n```\n./shadow -addr :7777 -proxy :7778\n```\n\nUsing configuration file instead of command line args\n\n```\n./shadow -c shadow.json\n```\n\n## Args\n\nName       | Description\n---------- | ----------\nhelp, h    | Prints usage.\nversion, v | Prints shadow version.\nconfig, c  | configuration file, all other args arg ignored if config is specified.\naddr, a    | Listen address (default \":1080\").\nproxy, p   | Parent proxy address.\ndial_timeout, dt | Timeout for dialing proxy, by milliseconds.\nread_timeout, rt | Timeout for waiting response headers, by milliseconds.\nverbose    | Verbose output.\n\n## Configuration\n\nHere is a config sample\n\n```json\n{\n  \"addr\": \":7778\",\n  \"dial_timeout\": 30000,\n  \"read_timeout\": 30000,\n  \"proxy\": \"\",\n  \"verbose\": true\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuigh%2Fshadow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuigh%2Fshadow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuigh%2Fshadow/lists"}