{"id":13575639,"url":"https://github.com/Nat-Lab/s5tunnel","last_synced_at":"2025-04-04T22:31:43.217Z","repository":{"id":97020884,"uuid":"253388338","full_name":"Nat-Lab/s5tunnel","owner":"Nat-Lab","description":"A simple tool that tunnels local TCP/UDP ports to remote servers through a SOCKS5 proxy.","archived":false,"fork":false,"pushed_at":"2020-04-07T20:38:54.000Z","size":27,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-05T11:43:30.092Z","etag":null,"topics":["socks5-proxy"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nat-Lab.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-04-06T03:47:59.000Z","updated_at":"2024-08-12T19:59:46.000Z","dependencies_parsed_at":"2024-01-14T03:48:55.866Z","dependency_job_id":"5cb80bf9-1bcf-419b-a9bf-dd4f21236038","html_url":"https://github.com/Nat-Lab/s5tunnel","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/Nat-Lab%2Fs5tunnel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nat-Lab%2Fs5tunnel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nat-Lab%2Fs5tunnel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nat-Lab%2Fs5tunnel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nat-Lab","download_url":"https://codeload.github.com/Nat-Lab/s5tunnel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247260771,"owners_count":20910071,"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":["socks5-proxy"],"created_at":"2024-08-01T15:01:02.834Z","updated_at":"2025-04-04T22:31:38.208Z","avatar_url":"https://github.com/Nat-Lab.png","language":"C","readme":"s5tunnel\n---\n\n`s5tunnel` is a simple tool that tunnels local TCP/UDP ports to remote servers through a SOCKS5 proxy.\n\n### Usage\n\n```\nusage: s5tunnel -s SERVER_HOST -p SERVER_PORT [-U USER -P PASS] TSPEC [TSPEC...]\nwhere: TSPEC := PROTO LADDR,LPORT,RTYPE,RADDR,RPORT\n       PROTO := { -t | -u }\n       RTYPE := { ip | ip6 | fqdn }\n```\n\nFor example, the following command:\n\n```\n$ ./s5tunnel -s 127.0.0.1 -p 1080 \\\n    -t 0.0.0.0,9090,ip,202.5.31.222,80 \\\n    -t 0.0.0.0,9091,ip6,2602:feda:4::3,80 \\\n    -t ::,2200,ip,202.5.31.222,22 \\\n    -t 0.0.0.0,9092,fqdn,nat.moe,80 \\\n    -u 0.0.0.0,9053,ip,202.5.31.222,53\n```\n\ncreates five tunnels through SOCKS5 server on `127.0.0.1:1080`:\n\nlocal|remote\n--|--\n`0.0.0.0:9090/tcp`|`202.5.31.222:80/tcp`\n`0.0.0.0:9091/tcp`|`[2602:feda:4::3]:80/tcp`\n`[::]:2200/tcp`|`202.5.31.222:22/tcp`\n`0.0.0.0:9092/tcp`|`nat.moe:80/tcp`\n`0.0.0.0:9053/udp`|`202.5.31.222:43/udp`\n\n### Installation\n\n```\n$ git clone https://github.com/nat-lab/s5tunnel\n$ cd s5tunnel\n$ make\n```\n\n### License\n\nUNLICENSE","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNat-Lab%2Fs5tunnel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNat-Lab%2Fs5tunnel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNat-Lab%2Fs5tunnel/lists"}