1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-16 18:49:16 -04:00

define early data header name in websocket protobuf

This commit is contained in:
Shelikhoo
2021-05-01 00:48:04 +01:00
parent 408b5adc1c
commit dd5048c702

View File

@@ -24,4 +24,6 @@ message Config {
int32 max_early_data = 5;
bool use_browser_forwarding = 6;
string early_data_header_name = 7;
}