{"id":38119331,"url":"https://github.com/zizon/qsocks","last_synced_at":"2026-01-16T22:27:43.981Z","repository":{"id":46314313,"uuid":"287015572","full_name":"zizon/qsocks","owner":"zizon","description":"toolkits of SOCKS5 compatible QUIC proxy  ","archived":false,"fork":false,"pushed_at":"2023-03-09T07:33:40.000Z","size":134,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-19T11:17:03.176Z","etag":null,"topics":["proxy","proxy-server","quic","socks5"],"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/zizon.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,"publiccode":null,"codemeta":null}},"created_at":"2020-08-12T13:04:10.000Z","updated_at":"2024-01-23T15:31:10.000Z","dependencies_parsed_at":"2024-06-19T11:15:24.043Z","dependency_job_id":"fd0787b5-63b0-4f6f-9c22-275f1656fb9e","html_url":"https://github.com/zizon/qsocks","commit_stats":{"total_commits":95,"total_committers":1,"mean_commits":95.0,"dds":0.0,"last_synced_commit":"3abba4d86d29c0270d2c394e04129ab2bf96ad0f"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/zizon/qsocks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizon%2Fqsocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizon%2Fqsocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizon%2Fqsocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizon%2Fqsocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zizon","download_url":"https://codeload.github.com/zizon/qsocks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zizon%2Fqsocks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28485315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["proxy","proxy-server","quic","socks5"],"created_at":"2026-01-16T22:27:43.860Z","updated_at":"2026-01-16T22:27:43.960Z","avatar_url":"https://github.com/zizon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qsocks\nEncapsulate SOCKS5 inside QUIC  \n\n# Workflow\nclient -\u003e lcoal quic forward -\u003e remote quic socks5 -\u003e target\n\ndataflows are since bidirectional\n\n# Examples:\n```shell\n# start proxy server at remote server\npodman run --network host \\\n\tghcr.io/zizon/qsocks:master \\\n\t/usr/local/bin/qsocks \\\n\tsqserver --listen 0.0.0.0:1080\n  \n# start a local client\n# RemoteServerIP = the public accessible ip of server\n# RemoteServerPort = the port server listening on, 1080 for previous server example\npodman run --rm --name qsocks \\\n\t--network host \\\n\tghcr.io/zizon/qsocks:master \\\n\t/usr/local/bin/qsocks \\\n\tqsocks \\\n\t--verbose 1 \\\n\t--timeout 10s \\\n\t--listen 127.0.0.1:1080 \\\n\t--streams 5 \\\n\t--connect sqserver://${RemoteServerIP}:${RemoteServerPort}\n```\n\n# Issue\nCurrently, the socks5 part only implement a limited set of spec,mostly the `CONNECT` command.  \n`UDP assoicate` and `BIND` are not supported  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzizon%2Fqsocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzizon%2Fqsocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzizon%2Fqsocks/lists"}