# TUIC plugin for turbo-tunnel
## WHAT IS TUIC
[TUIC](https://github.com/EAimTY/tuic) is a high performance proxy based on QUIC protocol.
## INSTALL
```bash
$ pip3 install tuic-tunnel
```
## HOW TO USE
### Simple Usage
```bash
$ turbo-tunnel -l http://127.0.0.1:8888 -t tuic://token@proxy.com:8443 -p tuic_tunnel
```
`proxy.com:8443` is the `TUIC` server domain and udp port, `token` is the `TUIC` token.
### Use With Config File
```yaml
version: 1.0
listen:
- http://127.0.0.1:8888 # 配置监听地址
plugins:
- tuic_tunnel
tunnels:
- id: tuic
url: tuic://token@proxy.com:8443/
rules:
- id: tuic
priority: 99
addr: "*.baidu.com"
port: 80;443;
tunnel: tuic
```
```bash
$ turbo-tunnel -c config.yaml
```
Raw data
{
"_id": null,
"home_page": "https://github.com/turbo-tunnel/tuic-tunnel",
"name": "tuic-tunnel",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": null,
"keywords": null,
"author": "drunkdream",
"author_email": "drunkdream@qq.com",
"download_url": "https://files.pythonhosted.org/packages/97/8f/8109bc5eb3bb8b6cf68a85144d3b02476e2c61c64352602a520e4fa79c37/tuic_tunnel-0.1.6.tar.gz",
"platform": null,
"description": "# TUIC plugin for turbo-tunnel\n\n## WHAT IS TUIC\n\n[TUIC](https://github.com/EAimTY/tuic) is a high performance proxy based on QUIC protocol.\n\n## INSTALL\n\n```bash\n$ pip3 install tuic-tunnel\n```\n\n## HOW TO USE\n\n### Simple Usage\n\n```bash\n$ turbo-tunnel -l http://127.0.0.1:8888 -t tuic://token@proxy.com:8443 -p tuic_tunnel\n```\n\n`proxy.com:8443` is the `TUIC` server domain and udp port, `token` is the `TUIC` token.\n\n### Use With Config File\n\n```yaml\nversion: 1.0\n\nlisten: \n - http://127.0.0.1:8888 # \u914d\u7f6e\u76d1\u542c\u5730\u5740\n\nplugins:\n - tuic_tunnel\n\ntunnels:\n - id: tuic\n url: tuic://token@proxy.com:8443/\n\nrules:\n - id: tuic\n priority: 99\n addr: \"*.baidu.com\"\n port: 80;443;\n tunnel: tuic\n```\n\n```bash\n$ turbo-tunnel -c config.yaml\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "TUIC tunnel plugin for turbo-tunnel.",
"version": "0.1.6",
"project_urls": {
"Homepage": "https://github.com/turbo-tunnel/tuic-tunnel"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "90b4effc7883ebb55673adf4190610db15a653a42c693db874a8e09cca78fe56",
"md5": "301437f00341c56c5b0f27f31744f643",
"sha256": "69fdfe98b1db5c1462a13bd00fbb27b4b04c8e5d8f0194bb51bfe0ea0058927f"
},
"downloads": -1,
"filename": "tuic_tunnel-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "301437f00341c56c5b0f27f31744f643",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.5",
"size": 5171819,
"upload_time": "2024-07-14T07:54:40",
"upload_time_iso_8601": "2024-07-14T07:54:40.564082Z",
"url": "https://files.pythonhosted.org/packages/90/b4/effc7883ebb55673adf4190610db15a653a42c693db874a8e09cca78fe56/tuic_tunnel-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "978f8109bc5eb3bb8b6cf68a85144d3b02476e2c61c64352602a520e4fa79c37",
"md5": "135bfec1ca7d56f0b20b3e83ed81beeb",
"sha256": "66c4ba624429eb48c4a26846bb88fc9ef6bfb82750461ca47b682c5d33f1fc8b"
},
"downloads": -1,
"filename": "tuic_tunnel-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "135bfec1ca7d56f0b20b3e83ed81beeb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 5158395,
"upload_time": "2024-07-14T07:54:42",
"upload_time_iso_8601": "2024-07-14T07:54:42.540123Z",
"url": "https://files.pythonhosted.org/packages/97/8f/8109bc5eb3bb8b6cf68a85144d3b02476e2c61c64352602a520e4fa79c37/tuic_tunnel-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-14 07:54:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "turbo-tunnel",
"github_project": "tuic-tunnel",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "tuic-tunnel"
}