Index
Simplified usage
- HTTP Proxy
- SOCKS Proxy
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 #(3)
port: 15201
listen: 127.0.0.1 #(4)
proxy: out-tuic #(1)
...... #(2)
- Optional, outbound name. Any traffic through this inbound will directly go to
proxy
- There could be more fields in real inbound
- Allowed Values
- Type: BindAddress
Address of inbound server