Noooste / azuretls-client

An easy-to-use HTTP client 100% in Go to spoof TLS/JA3 and HTTP2 fingerprint
MIT License
162 stars 21 forks source link

Ipv6 proxy #98

Closed byMonaco closed 1 month ago

byMonaco commented 3 months ago

Can you add support of ipv6 proxy?

Thank you!

Noooste commented 3 months ago

Hello, Ipv6 is not used enough to implement it, i will check what i can do

TheRealStingo commented 2 months ago

Hello, Ipv6 is not used enough to implement it, i will check what i can do

I think its a needed feature nowaday , especially that most services now offer and accept connections from IPV6

Noooste commented 2 months ago

Do you have any cheap proxies provider to check this feature?

TheRealStingo commented 2 months ago

Do you have any cheap proxies provider to check this feature?

Please DM on discord , I ll provide you with some "@therealstingo" ( same as gh username )

Noooste commented 1 month ago

So I've checked on my own with a few IPV6 providers, and it works. Do you need the client to also accept proxies in IPV6 format or something else? Please specify your requirements, I'll do my best to meet them.

byMonaco commented 1 month ago

So I've checked on my own with a few IPV6 providers, and it works. Do you need the client to also accept proxies in IPV6 format or something else? Please specify your requirements, I'll do my best to meet them.

Hello, yes. Will be good if I can set ipv6 proxy to session

Noooste commented 1 month ago

Alright, I'll implement this 👍

Noooste commented 1 month ago

Add me on discord (n.ste) @byMonaco, I need more information about your proxies

Noooste commented 1 month ago

Did you try to directly format your proxy correctly: http://user:pass@[2001:0db8:85a3:0000:0000:8a2e:0370:7334]:8080

Noooste commented 1 month ago

Did you try to directly format your proxy correctly: http://user:pass@[2001:0db8:85a3:0000:0000:8a2e:0370:7334]:8080

Since this works well and analyzing an IPV6 proxy to format it properly would be complicated, I'll set this issue as solved.