mirror of
https://github.com/fatedier/frp.git
synced 2026-04-29 12:39:10 +08:00
support quic options (#3211)
This commit is contained in:
@@ -278,6 +278,9 @@ func Test_LoadClientCommonConf(t *testing.T) {
|
||||
User: "your_name",
|
||||
LoginFailExit: true,
|
||||
Protocol: "tcp",
|
||||
QUICKeepalivePeriod: 10,
|
||||
QUICMaxIdleTimeout: 30,
|
||||
QUICMaxIncomingStreams: 100000,
|
||||
TLSEnable: true,
|
||||
TLSCertFile: "client.crt",
|
||||
TLSKeyFile: "client.key",
|
||||
|
||||
Reference in New Issue
Block a user