{"id":20517585,"url":"https://github.com/julian-klode/bridgeproxy","last_synced_at":"2025-03-05T23:41:07.085Z","repository":{"id":57551218,"uuid":"78473638","full_name":"julian-klode/bridgeproxy","owner":"julian-klode","description":"Decrypting Bridge to remote HTTPS proxy","archived":false,"fork":false,"pushed_at":"2019-08-09T18:19:36.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T10:15:31.818Z","etag":null,"topics":["go","golang","http","https","proxy","tls"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/julian-klode.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-01-09T22:09:15.000Z","updated_at":"2021-02-14T12:14:30.000Z","dependencies_parsed_at":"2022-09-26T18:41:22.946Z","dependency_job_id":null,"html_url":"https://github.com/julian-klode/bridgeproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julian-klode%2Fbridgeproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julian-klode%2Fbridgeproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julian-klode%2Fbridgeproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julian-klode%2Fbridgeproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julian-klode","download_url":"https://codeload.github.com/julian-klode/bridgeproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242123173,"owners_count":20075344,"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":["go","golang","http","https","proxy","tls"],"created_at":"2024-11-15T21:36:18.621Z","updated_at":"2025-03-05T23:41:07.046Z","avatar_url":"https://github.com/julian-klode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bridgeproxy - Decrypting bridge to remote HTTPS proxy\n\nRepresent a remote HTTPS proxy as a local HTTP proxy, while connecting to\nthe remote HTTPS proxy via recursive bridge HTTP proxies.\n\n[![GoDoc](https://godoc.org/github.com/julian-klode/bridgeproxy?status.svg)](https://godoc.org/github.com/julian-klode/bridgeproxy) [![Go Report Card](https://goreportcard.com/badge/github.com/julian-klode/bridgeproxy)](https://goreportcard.com/report/github.com/julian-klode/bridgeproxy)\n\n## Documentation\nSee http://godoc.org/github.com/julian-klode/bridgeproxy for documentation.\n\n## Example use\n\nFor example, the following connects to second-proxy by first connecting\nto first-proxy. The second proxy is tls encrypted.\n\n```go\npackage main\n\nimport (\n\t\"crypto/tls\"\n\t\"github.com/julian-klode/bridgeproxy\"\n)\n\nfunc main() {\n\n\tbridgeproxy.Serve(\n\t\t\"localhost:9091\",\n\t\t[]bridgeproxy.Peer{\n\t\t\t{\n\t\t\t\tHostName: \"first-proxy.example.com\",\n\t\t\t\tPort:     3128,\n\t\t\t},\n\t\t\t{\n\t\t\t\tTLSConfig:    \u0026tls.Config{InsecureSkipVerify: true},\n\t\t\t\tHostName:     \"second-proxy.example.com\",\n\t\t\t\tPort:         443,\n\t\t\t},\n\t\t})\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulian-klode%2Fbridgeproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulian-klode%2Fbridgeproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulian-klode%2Fbridgeproxy/lists"}