support protocol quic between frpc and frps (#3198)

This commit is contained in:
fatedier
2022-12-12 11:04:10 +08:00
committed by GitHub
parent 649df8827c
commit 2f66dc3e99
12 changed files with 328 additions and 189 deletions

View File

@@ -25,6 +25,7 @@ var (
DefaultClientConfig = `
[common]
server_addr = 127.0.0.1
server_port = {{ .%s }}
log_level = trace
`