uTLS¶
3.3.0
名称: utls
状态: GA
uTLS拨号器使用uTLS库建立TLS数据通道,可通过fingerprint参数模拟各种客户端的ClientHello特征(浏览器指纹),用于规避基于TLS指纹的识别。
参数列表¶
fingerprint(string)- TLS指纹(ClientHello)类型,可选值:
chrome,firefox,ios,safari,edge,randomized,randomized-alpn,randomized-noalpn,golang,custom。为空或golang时回退到标准crypto/tls。 handshakeTimeout(duration)- TLS握手超时时间。
keepalive(bool)- 是否开启TCP Keep-Alive。
keepalive.idle(duration)- TCP Keep-Alive空闲时间。
keepalive.interval(duration)- TCP Keep-Alive探测间隔。
keepalive.count(int)- TCP Keep-Alive探测次数。
TLS相关配置(如secure,serverName,caFile,certFile,keyFile等)请参考TLS配置说明。