Socket
Socket
Sign inDemoInstall

tuic-tunnel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tuic-tunnel

TUIC tunnel plugin for turbo-tunnel.


Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc