Open phlinhng opened 4 years ago
I personally suggest that we use a different scheme name in some cases, for example, trojan-go
, since trojan-go ws is not compatible with trojan-gfw clients.
I personally suggest that we use a different scheme name in some cases, for example,
trojan-go
, since trojan-go ws is not compatible with trojan-gfw clients.
Since trojan-go can still work as trojan-gfw compatible mode, I won't suggest that trojan-go should use a different uri scheme.
I just realised that peer
stand for an argument as "tls server name". I've made a stupid mistake. It's fixed in the original topic now.
发一个qt5现在版本用的格式,openwrt ssr plus、shadowrocket 也能用(小火箭能正确识别mux=1 trojan://[password]@[serverdomain]:[port]?allowinsecure=0&tfo=0&sni=&mux=1&ws=0&wss=0&wsPath=&wsHostname=&wsObfsPassword=&group=#[groupname]
发一个qt5现在版本用的格式,openwrt ssr plus、shadowrocket 也能用(小火箭能正确识别mux=1 trojan://[password]@[serverdomain]:[port]?allowinsecure=0&tfo=0&sni=&mux=1&ws=0&wss=0&wsPath=&wsHostname=&wsObfsPassword=&group=#[groupname]
can sni
be identified in Shadowrocket ? since shadowrocket use self-defined keyword peer
to represent sni
, it will be better if the standard change or Shadowrocket add support for sni
keyword.
发一个qt5现在版本用的格式,openwrt ssr plus、shadowrocket 也能用(小火箭能正确识别mux=1 trojan://[password]@[serverdomain]:[port]?allowinsecure=0&tfo=0&sni=&mux=1&ws=0&wss=0&wsPath=&wsHostname=&wsObfsPassword=&group=#[groupname]
can
sni
be identified in Shadowrocket ? since shadowrocket use self-defined keywordpeer
to representsni
, it will be better if the standard change or Shadowrocket add support forsni
keyword.
实测目前 openwrt ssr plus、shadowrocket 都不认sni, 至于其他的参数,也只有mux 小火箭可以识别
@h31105 Better let shadowrocket support sni instead of me change my software standard
sni
stands for Server Name Indication
, which itself is a standardized rule indicating a domain name when using SSL.
While peer
is not, could it be a bittorrent peer?
Qv2ray will use SNI
or sni
instead of peer
For now, trojan-go use trojan-gfw compatible
trojan://
uri to pass client-side configuration. I would like to suggest that trojan-go design an extension format to support trojan-go specific features. Here is my rough draft.Current format
Draft
trojan://
uri scheme#peer=
#
at the end of the urlReference
https://github.com/trojan-gfw/trojan-url