mirror of
https://github.com/XTLS/Xray-core.git
synced 2026-05-14 10:00:34 +00:00
Fix HTTPUpgrade transport register
This commit is contained in:
@@ -15,6 +15,7 @@ enum TransportProtocol {
|
||||
WebSocket = 3;
|
||||
HTTP = 4;
|
||||
DomainSocket = 5;
|
||||
HttpUpgrade = 6;
|
||||
}
|
||||
|
||||
enum DomainStrategy {
|
||||
|
||||
Reference in New Issue
Block a user