{"id":35631015,"url":"https://github.com/mutalisk999/tls-proxy-go","last_synced_at":"2026-01-05T09:05:03.274Z","repository":{"id":135938296,"uuid":"543516428","full_name":"mutalisk999/tls-proxy-go","owner":"mutalisk999","description":"Socks5 proxy on TLS tunnel","archived":false,"fork":false,"pushed_at":"2022-10-21T15:28:29.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-06-21T16:55:29.735Z","etag":null,"topics":["proxy","socks5","socks5-proxy","tls"],"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/mutalisk999.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":"2022-09-30T09:06:49.000Z","updated_at":"2023-10-24T09:55:11.000Z","dependencies_parsed_at":"2023-06-25T23:56:53.539Z","dependency_job_id":null,"html_url":"https://github.com/mutalisk999/tls-proxy-go","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mutalisk999/tls-proxy-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutalisk999%2Ftls-proxy-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutalisk999%2Ftls-proxy-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutalisk999%2Ftls-proxy-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutalisk999%2Ftls-proxy-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mutalisk999","download_url":"https://codeload.github.com/mutalisk999/tls-proxy-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mutalisk999%2Ftls-proxy-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28215489,"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","status":"online","status_checked_at":"2026-01-05T02:00:06.358Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","socks5","socks5-proxy","tls"],"created_at":"2026-01-05T09:02:16.054Z","updated_at":"2026-01-05T09:05:03.267Z","avatar_url":"https://github.com/mutalisk999.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tls-proxy-go\n\n\n\n### How to generate cert file and key file\n\n```\nmkdir certs\nrm certs/*\n\n# CA key and cert\nopenssl genrsa -out certs/ca.key 2048\nopenssl req -new -key certs/ca.key -out certs/ca.csr\nopenssl x509 -req -in certs/ca.csr -out certs/ca.pem -signkey certs/ca.key -CAcreateserial -days 36500\n\n# for tls server\nopenssl genrsa -out certs/server.key 2048\nopenssl req -new -key certs/server.key -out certs/server.csr\nopenssl x509 -req -in certs/server.csr -out certs/server.pem -signkey certs/server.key -CA certs/ca.pem -CAkey certs/ca.key -CAcreateserial -days 36500\n\n# for tls client\nopenssl genrsa -out certs/client.key 2048\nopenssl req -new -key certs/client.key -out certs/client.csr\nopenssl x509 -req -in certs/client.csr -out certs/client.pem -signkey certs/client.key -CA certs/ca.pem -CAkey certs/ca.key -CAcreateserial -days 36500\n```\n\n### Client\n\n* Modify client.json\n```\ncp client_example.json client.json\n```\n\n### Server\n\n* Modify server.json\n```\ncp server_example.json server.json\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutalisk999%2Ftls-proxy-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmutalisk999%2Ftls-proxy-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmutalisk999%2Ftls-proxy-go/lists"}