{"id":31720608,"url":"https://github.com/xnkfz/etp","last_synced_at":"2025-10-09T03:17:42.990Z","repository":{"id":297229789,"uuid":"996076967","full_name":"xnkfz/etp","owner":"xnkfz","description":"🔥🔥🔥ETP是一个轻量级的内网穿透代理中间件，支持TCP、HTTP等协议，毫秒级启动；用于将内网服务暴露到公网，供外部访问。","archived":false,"fork":false,"pushed_at":"2025-10-04T05:50:32.000Z","size":304,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T18:19:22.870Z","etag":null,"topics":["etp","java","nat","native-apps","netty","network","proxy","proxy-server","ptotobuf","tunnel","xilio"],"latest_commit_sha":null,"homepage":"https://etp.xilio.cn","language":"Java","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/xnkfz.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-04T12:26:10.000Z","updated_at":"2025-10-07T02:59:10.000Z","dependencies_parsed_at":"2025-09-18T14:57:23.159Z","dependency_job_id":"b515558e-516d-41a4-aa5f-ea0f3750265c","html_url":"https://github.com/xnkfz/etp","commit_stats":null,"previous_names":["xilio1/vine","xilio-dev/vine","xilio-dev/etp","xnkfz/etp"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/xnkfz/etp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnkfz%2Fetp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnkfz%2Fetp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnkfz%2Fetp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnkfz%2Fetp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xnkfz","download_url":"https://codeload.github.com/xnkfz/etp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xnkfz%2Fetp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000733,"owners_count":26082911,"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":"2025-10-09T02:00:07.460Z","response_time":59,"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":["etp","java","nat","native-apps","netty","network","proxy","proxy-server","ptotobuf","tunnel","xilio"],"created_at":"2025-10-09T03:17:39.074Z","updated_at":"2025-10-09T03:17:42.983Z","avatar_url":"https://github.com/xnkfz.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub Stars](https://img.shields.io/github/stars/xilio-dev/etp?style=for-the-badge\u0026logo=github)](https://github.com/xilio-dev/etp)\n[![GitHub Forks](https://img.shields.io/github/forks/xilio-dev/etp?style=for-the-badge\u0026logo=github)](https://github.com/xilio-dev/etp)\n[![Open Issues](https://img.shields.io/github/issues/xilio-dev/etp?style=for-the-badge)](https://github.com/xilio-dev/etp/issues)\n[![License](https://img.shields.io/github/license/xilio-dev/etp?style=for-the-badge)](https://github.com/xilio-dev/etp/blob/main/LICENSE)\n[![Last Commit](https://img.shields.io/github/last-commit/xilio-dev/etp?style=for-the-badge)](https://github.com/xilio-dev/etp/commits)\n\n[README](README.md) | [中文文档](README_ZH.md)\n## Introduction\n**etp** (Easy Tunnel Proxy) is a lightweight and high-performance tunnel proxy middleware that supports TCP, HTTP protocols, and upper-layer TCP protocols. It can quickly expose intranet services as public services, making it convenient for development and testing while reducing the cost of purchasing cloud servers.\n\n## Features\n- Support for TCP, HTTP, HTTPS, and other protocols\n- High-performance data transmission\n- Millisecond-level startup\n- Multi-client support\n- Lightweight and easy to use\n\n## Quick Start\nDownload the corresponding [release version](https://github.com/xilio-dev/etp/releases) package for your operating system. The server is typically deployed on a machine with a public IP address.\n\n### Server(etps)\n\u003e Edit the configuration file `etps.toml`\n```toml\nbindPort=9527\n[[clients]]\nname = \"Mac\"\nsecretKey = \"4b0063baa5ae47c2910fc25265aae4b9\"\n\n[[clients.proxies]]\nname = \"mysql\"\ntype = \"tcp\"\nlocalPort = 3306\nremotePort = 3307\n\n[[clients.proxies]]\nname = \"redis\"\ntype = \"tcp\"\nlocalPort = 6379\nremotePort = 6380\n```\n\nStart the `etp` server. For external access, deploy it on a server with a public IP address.\n```shell\n./etps -c etps.toml\n```\n\n### Client Configuration(etpc)\n\u003e Edit the configuration file `etpc.toml`\n```toml\nserverAddr = \"127.0.0.1\"\nserverPort=9527\nsecretKey=\"4b0063baa5ae47c2910fc25265aae4b9\"\n```\n\nStart the client on an intranet computer:\n```shell\n./etpc -c etpc.toml\n```\n\n## Project Trends\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/xilio-dev/etp/stargazers\"\u003e\n    \u003cimg src=\"https://api.star-history.com/svg?repos=xilio-dev/etp\u0026type=Date\" alt=\"Star History\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxnkfz%2Fetp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxnkfz%2Fetp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxnkfz%2Fetp/lists"}