{"id":28752962,"url":"https://github.com/rumpelsepp/rtcp","last_synced_at":"2026-02-26T11:30:59.261Z","repository":{"id":215581037,"uuid":"739126642","full_name":"rumpelsepp/rtcp","owner":"rumpelsepp","description":"A simple TCP relay","archived":false,"fork":false,"pushed_at":"2025-10-01T06:04:40.000Z","size":42,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T11:56:24.181Z","etag":null,"topics":["go","relay","tcp"],"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/rumpelsepp.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,"zenodo":null}},"created_at":"2024-01-04T20:45:46.000Z","updated_at":"2025-09-01T12:19:12.000Z","dependencies_parsed_at":"2024-01-05T09:24:49.313Z","dependency_job_id":"11d99fab-2e4f-49fa-9f35-518cfaa1c5f4","html_url":"https://github.com/rumpelsepp/rtcp","commit_stats":null,"previous_names":["rumpelsepp/rtcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rumpelsepp/rtcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpelsepp%2Frtcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpelsepp%2Frtcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpelsepp%2Frtcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpelsepp%2Frtcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumpelsepp","download_url":"https://codeload.github.com/rumpelsepp/rtcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpelsepp%2Frtcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29857461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"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":["go","relay","tcp"],"created_at":"2025-06-17T00:05:18.734Z","updated_at":"2026-02-26T11:30:59.225Z","avatar_url":"https://github.com/rumpelsepp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: Stefan Tatschner\n\nSPDX-License-Identifier: MIT\n--\u003e\n\n# rtcp (Relay TCP)\n\n`rtcp` is a very simple TCP relay.\nIts only purpose is to accept TCP connections, dial out to a remote host:port and forward everything.\n\n## Build\n\n```\n$ make\n```\n\n## Run\n\nThis opens port 8000 on all interfaces and forwards everything to 1.1.1.1:80.\nConcurrent connections, hostnames, and IPv4/IPv6 addresses are supported.\n\n```\n$ rtcp -l :8000 -t 1.1.1.1:80\n```\n\nFor better readability, long arguments are supported:\n\n```\n$ rtcp --listen :8000 --target 1.1.1.1:80\n```\n\nTCP keepalive probes can be enabled as well:\n\n```\n$ rtcp --keep-alive --listen :8000 --target 1.1.1.1:80\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpelsepp%2Frtcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumpelsepp%2Frtcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpelsepp%2Frtcp/lists"}