{"id":36912676,"url":"https://github.com/junyugit/gproxy","last_synced_at":"2026-01-12T16:00:20.412Z","repository":{"id":233778980,"uuid":"619369342","full_name":"junyugit/gproxy","owner":"junyugit","description":"GO语言实现的HTTP请求代理跳板服务 - golang implementation of http request proxy jump service","archived":false,"fork":false,"pushed_at":"2023-03-27T03:28:57.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T17:42:19.086Z","etag":null,"topics":["golang","httpproxy"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mulanpsl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junyugit.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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-03-27T02:09:21.000Z","updated_at":"2023-03-27T03:49:10.000Z","dependencies_parsed_at":"2024-04-17T10:48:43.759Z","dependency_job_id":null,"html_url":"https://github.com/junyugit/gproxy","commit_stats":null,"previous_names":["zhou-junyu/gproxy","git-zhoujunyu/gproxy","rainrcn/gproxy","junyuim/gproxy","junyugit/gproxy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/junyugit/gproxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junyugit%2Fgproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junyugit%2Fgproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junyugit%2Fgproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junyugit%2Fgproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junyugit","download_url":"https://codeload.github.com/junyugit/gproxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junyugit%2Fgproxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28341937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T15:50:39.657Z","status":"ssl_error","status_checked_at":"2026-01-12T15:49:49.297Z","response_time":98,"last_error":"SSL_read: 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":["golang","httpproxy"],"created_at":"2026-01-12T16:00:14.170Z","updated_at":"2026-01-12T16:00:20.255Z","avatar_url":"https://github.com/junyugit.png","language":"Go","readme":"# gproxy\n\ngolang implementation of http request proxy jump service\n\n## How to use \nModify the configuration file in the config directory\n\n`app.yml`\n\n```yaml\n\n# Indicates the http protocol configuration that the service listens on\nhttp:\n  enabled: true\n  listen-addr: \":80\"\n\n## Indicates the https protocol configuration for service listening\n# https:\n#   enabled: false\n#   listen-addr: \":443\"\n#   cert-file:\n#   key-file\n\n# http request proxy mapping configuration\nmaps:\n  test.bd1: https://baidu.com\n  tww.bd2: https://www.baidu.com\n```\n\n#### maps:\nModify the above configuration and start. When the request address: `http://localhost:80/test.bd1/s? ie=UTF-8\u0026wd=golang` ', the proxy service will request: `https://baidu.com/s?ie=UTF-8\u0026wd=golang`.\nThe request host and `test.bd1` section will be replaced with `https://baidu.com`\n\n#### global maps:\n`app.yml`\n\n```yaml\n\n#... Same as above\n\n# http request proxy mapping configuration\nmaps:\n  /: https://www.baidu.com\n```\n\nWhen the address: `http://localhost:80` is requested, the proxy service will request `https://www.baidu.com`","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunyugit%2Fgproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunyugit%2Fgproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunyugit%2Fgproxy/lists"}