{"id":42718053,"url":"https://github.com/prbinu/fluxtunnel","last_synced_at":"2026-01-29T16:01:52.057Z","repository":{"id":57635399,"uuid":"338637229","full_name":"prbinu/fluxtunnel","owner":"prbinu","description":"A reverse direction TLS proxy to expose services inside private network, localhost","archived":false,"fork":false,"pushed_at":"2021-02-13T19:35:10.000Z","size":16,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-19T03:41:42.688Z","etag":null,"topics":["golang","reverse-proxy","reverse-tunnel","tls-proxy","tunnel"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prbinu.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}},"created_at":"2021-02-13T18:08:19.000Z","updated_at":"2024-08-02T04:50:33.000Z","dependencies_parsed_at":"2022-09-11T22:02:27.625Z","dependency_job_id":null,"html_url":"https://github.com/prbinu/fluxtunnel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prbinu/fluxtunnel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prbinu%2Ffluxtunnel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prbinu%2Ffluxtunnel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prbinu%2Ffluxtunnel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prbinu%2Ffluxtunnel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prbinu","download_url":"https://codeload.github.com/prbinu/fluxtunnel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prbinu%2Ffluxtunnel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","reverse-proxy","reverse-tunnel","tls-proxy","tunnel"],"created_at":"2026-01-29T16:01:50.743Z","updated_at":"2026-01-29T16:01:52.051Z","avatar_url":"https://github.com/prbinu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluxtunnel\n\nA reverse direction TLS proxy\n\n```\n+------+         +------------------+    mTLS   +------------------+        +------+ \n|client| ------\u003e | fluxtunnel server| \u003c======== | fluxtunnel client|------\u003e |target|\n+------+         +------------------+   tunnel  +------------------+        +------+\n```\n\n**Purpose:**\nTo expose services inside private networks (behind firewalls)\n\nExample use cases: share your local desktop, terminal or web applications over Internet to customer, partner or coworker\n\n## Usage\n\n### Build\n\n```bash\ngit clone https://github.com/prbinu/fluxtunnel.git\ncd fluxtunnel/cmd/fluxtunnel\n# Mac:\nmake darwin\n# Linux \nmake linux\n# Windows\ngo build -o fluxtunnel.exe main.go\n```\n\n### Example\n\nTo access a NoVNC (docker container)  hosted on a localhost:\n\n```bash\n# start a noVNC docker contiainer (for testing only)\ndocker run -p 6080:80 centminmod/docker-ubuntu-vnc-desktop\n\n# Server on terminal 1:\n./fluxtunnel server -listen 127.0.0.1:6445 -tls-cert-file ../../test/server.crt -tls-key-file ../../test/server.key -tls-client-cacert-file ../../test/server.crt  -source :6123 -target :6080\n\n# Client on terminal 2:\n./fluxtunnel client -connect 127.0.0.1:6445 -tls-cert-file ../../test/server.crt -tls-key-file ../../test/server.key -tls-server-cacert-file ../../test/server.crt -tls-server-name proxy.conduit.local -target :6080\n\n```\n\nTo access VNC in browser, visit:\nhttp://127.0.0.1:6123\n\nTo expose a local terminal, try `fluxtunnel` with [gotty](https://github.com/yudai/gotty):\n\n```bash\ngotty -p 6080 -w bash\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprbinu%2Ffluxtunnel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprbinu%2Ffluxtunnel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprbinu%2Ffluxtunnel/lists"}