Skip to content

Index

Simplified usage

  • HTTP Proxy
# port of HTTP proxy server
port: 7890
  • SOCKS Proxy
socks-port: 7891

Tip

Top-level HTTP/SOCKS/Mixed/Tproxy will be converted into inbounds add included in listeners

Type Mapped inbound name
HTTP HTTP-IN
SOCKS SOCKS-IN
Mixed MIXED-IN
Tproxy TPROXY-IN

Supported Inbound Types

  • http
  • socks
  • mixed
  • tproxy
  • tunnel

Common Options

listeners:
  - name: in-http
    type: http #
    port: 15201
    listen: 127.0.0.1 #
    proxy: out-tuic #
    ...... #