I want you to add support for specifying raw data ja3 in header per request and global config
I know that utls supports generating hello client from raw ja3.
const headers = {
'x-tlsproxy-upstream': 'socks5://localhost:1234',
'x-tlsproxy-ja3': '771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,0-23-65281-10-11-35-16-5-13-18-51-45-43-27-17513,29-23-24,0'
}
What do you think about this?
May be and add return socket with upstream proxy onConnect so that you can write in one open connection with proxy and one tls session?
I want you to add support for specifying raw data ja3 in header per request and global config
I know that utls supports generating hello client from raw ja3.
What do you think about this?
May be and add return socket with upstream proxy onConnect so that you can write in one open connection with proxy and one tls session?