-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Description
subconverter/src/generator/config/subexport.cpp
Lines 1453 to 1461 in e21f511
case ProxyType::Trojan: | |
proxyStr = "trojan = " + hostname + ":" + port + ", password=" + password; | |
if(tlssecure) | |
{ | |
proxyStr += ", over-tls=true, tls-host=" + host; | |
if(!tls13.is_undef()) | |
proxyStr += ", tls13=" + std::string(tls13 ? "true" : "false"); | |
} | |
break; |
If target is Quantumult X and proxy type is trojan with network websocket, all the network parameters are missing.
Reference from Quantumult X Sample Config:
#The obfs field is only supported with websocket over tls for trojan. When using websocket over tls you should not set over-tls and tls-host options anymore, instead set obfs=wss and obfs-host options.
Metadata
Metadata
Assignees
Labels
No labels