mirror of
https://github.com/fatedier/frp.git
synced 2026-05-01 21:49:11 +08:00
support quic options (#3211)
This commit is contained in:
@@ -16,6 +16,10 @@ kcp_bind_port = 7000
|
||||
# udp port used for quic protocol.
|
||||
# if not set, quic is disabled in frps.
|
||||
# quic_bind_port = 7002
|
||||
# quic protocol options
|
||||
# quic_keepalive_period = 10
|
||||
# quic_max_idle_timeout = 30
|
||||
# quic_max_incoming_streams = 100000
|
||||
|
||||
# specify which address proxy will listen for, default value is same with bind_addr
|
||||
# proxy_bind_addr = 127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user