Skip to main content

TUIC tunnel plugin for turbo-tunnel.

Project description

TUIC plugin for turbo-tunnel

WHAT IS TUIC

TUIC is a high performance proxy based on QUIC protocol.

INSTALL

$ pip3 install tuic-tunnel

HOW TO USE

Simple Usage

$ 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

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
$ turbo-tunnel -c config.yaml

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tuic-tunnel-0.1.5.tar.gz (4.2 MB view hashes)

Uploaded Source

Built Distribution

tuic_tunnel-0.1.5-py3-none-any.whl (4.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page