mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-14 20:39:36 +03:00
Update proto file for websocket and httpupgrade (breaking)
This commit is contained in:
@ -7,13 +7,9 @@ option java_package = "com.xray.transport.internet.httpupgrade";
|
||||
option java_multiple_files = true;
|
||||
|
||||
message Config {
|
||||
reserved 1;
|
||||
|
||||
string host = 1;
|
||||
string path = 2;
|
||||
string host = 3;
|
||||
|
||||
map<string, string> header = 3;
|
||||
bool accept_proxy_protocol = 4;
|
||||
|
||||
uint32 ed = 5;
|
||||
map<string, string> header = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user