How to configure

Basic configuration

license = '3yZe7d.PA7JYq9iUbYbNFD2MKnoYw.j5NMxwstkkrxYCiNXe9rzWCFPYKtgaU8E83iUYV422N'

# tcp_fast_open = true

remote_addr = '1.1.1.1'
# 在未单独指定目标地址时都转发至该地址

[[single]]
port = 1000
true_ip = true
# 监听1000 端口并转发至目标地址1000 端口
# 开启TRUEIP

[[single]]
port = 2000
remote_port = 2001
# 监听2000 端口并转发至目标地址2001 端口

[[range]]
port = '3000-4000'
# 监听3000-4000 端口

Advanced configuration

The simplest configuration

Last updated