fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
85.33k stars 13.24k forks source link

高版本是没有bind_udp_port参数了吗 #4414

Closed wangzhengzhen closed 1 month ago

wangzhengzhen commented 1 month ago

Describe the feature request

在0.60.0版本,示例配置文件,没有bind_udp_port,只有kcpBindPort。如果要使用udp端口,是用kcpBindPort代替bind_udp_port吗?

Describe alternatives you've considered

No response

Affected area

superzjg commented 1 month ago

frpc: Communication protocol used to connect to server supports tcp, kcp, quic, websocket and wss now, default is tcp transport.protocol = "tcp"

frps: udp port used for kcp protocol, it can be same with 'bindPort'. if not set, kcp is disabled in frps. kcpBindPort = 7000

udp port used for quic protocol. if not set, quic is disabled in frps. quicBindPort = 7002