You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to sing-box documentation, utls can be configured in tls settings.
However, when using shadowsocks with v2ray-plugin (v2ray WebSocket transport) with TLS, it seems the only way to make configuration is through plugin_opts.
I understand that sing-box is now using its built-in v2ray-plugin support, and by checking the source code (transport/sip003/v2ray.go), it's clear that there's no utls-related code in it.
Luckily, it's not hard to attach an option.OutboundUTLSOptions to the existing tlsOptions. I made a simple patch as below and it's working.
According to sing-box documentation,
utls
can be configured intls
settings.However, when using shadowsocks with v2ray-plugin (v2ray WebSocket transport) with TLS, it seems the only way to make configuration is through
plugin_opts
.I understand that sing-box is now using its built-in v2ray-plugin support, and by checking the source code (transport/sip003/v2ray.go), it's clear that there's no utls-related code in it.
Luckily, it's not hard to attach an
option.OutboundUTLSOptions
to the existingtlsOptions
. I made a simple patch as below and it's working.The text was updated successfully, but these errors were encountered: