{"id":13509846,"url":"https://github.com/integrii/wormhole","last_synced_at":"2025-06-24T09:34:52.480Z","repository":{"id":151949622,"uuid":"68395107","full_name":"integrii/wormhole","owner":"integrii","description":"🐛 🕳 Transparent TCP redirection.  Makes a wormhole between one TCP socket to another transparently.  Can be used to redirect SSH, MySQL, or anything else TCP.","archived":false,"fork":false,"pushed_at":"2021-03-09T16:51:11.000Z","size":995,"stargazers_count":39,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T09:51:10.118Z","etag":null,"topics":["bouncer","proxy","redirect","tcp","transparent","tunnel"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/integrii.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-16T16:13:13.000Z","updated_at":"2025-03-22T10:58:31.000Z","dependencies_parsed_at":"2023-06-09T12:00:34.587Z","dependency_job_id":null,"html_url":"https://github.com/integrii/wormhole","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/integrii%2Fwormhole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrii%2Fwormhole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrii%2Fwormhole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/integrii%2Fwormhole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/integrii","download_url":"https://codeload.github.com/integrii/wormhole/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487733,"owners_count":21112188,"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":["bouncer","proxy","redirect","tcp","transparent","tunnel"],"created_at":"2024-08-01T02:01:14.389Z","updated_at":"2025-04-11T21:51:21.842Z","avatar_url":"https://github.com/integrii.png","language":"Go","funding_links":[],"categories":["Go","proxy"],"sub_categories":[],"readme":"# wormhole\n\n![Wormhole Icon](https://raw.githubusercontent.com/integrii/wormhole/master/icon.png)\n\nVery fast and simple [go](https://golang.org) program that transparently proxies incoming TCP connections to a specified ip:port.  The TCP destination is the same every time and specified by flags at startup time.  Fun for all kinds of things.\n\n## installation\n`go get github.com/integrii/wormhole`\n\n## usage\n\nJust execute the binary from your terminal with a `-?` flag to see help that looks like this:\n\n```\n./wormhole -?\nUsage of ./wormhole:\n  -from string\n    \tThe address and port that wormhole should listen on.  Connections enter here. (default \"0.0.0.0:443\")\n  -to string\n    \tSpecifies the address and port that wormhole should redirect TCP connections to.  Connections exit here. (default \"127.0.0.1:80\")\n```\n\n\n### example\n\nThis opens a wormhole from all local interfaces on port `22` to `8.8.8.8` on port `2222`.\n\n`./wormhole -from 0.0.0.0:22 -to 8.8.8.8:2222`\n\nYou can now SSH to `127.0.0.1:22` and it will come out at `8.8.8.8:2222`.\n\n\n### Docker example\n\n```docker\ndocker run -d --restart=always -p 8000:8000 integrii/wormhole -f 0.0.0.0:8000 -t google.com:80\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegrii%2Fwormhole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintegrii%2Fwormhole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegrii%2Fwormhole/lists"}