HTTP/3的QUIC连接

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"relay": {
"server": "114.514.com",
"ip": "114.514.114.514",
"port": 11451,
"token": "qqrtqr",
"udp_relay_mode": "quic",
"congestion_controller": "bbr",
"alpn": ["h3"],
"disable_sni": false,
"reduce_rtt": true
},
"local": {
"port": 12080,
"ip": "127.0.0.1"
},
"log_level": "info"
}
1
2
3
4
# set-executionpolicy remotesigned
# New-PSDrive HKCR Registry HKEY_CLASSES_ROOT
# Set-ItemProperty HKCR:\\Microsoft.PowerShellScript.1\\Shell '(Default)' 0
.\quic-client.exe -c .\114514_quic.json

HTTP/3的QUIC连接
https://occdn.limour.top/2437.html
Author
Limour
Posted on
October 20, 2022
Licensed under