Lyle

Results 13 comments of Lyle

This problem may be solved by hooking urllib3 like this: ```python import requests import urllib3.util.url as urllib3_url def hook_invalid_chars(component, allowed_chars): # handle url encode here, or do nothing return component...

感谢你的反馈,因为这个repo中得代码更多是实验性质,一些细节上的问题处理得有很多欠缺,我会尝试在后续的更新中解决这个问题

Thanks for your advice. I have considered adding an English version, but I don't have enough time to write it. I will try to add an English version of README...

I did not find a suitable tool to build a multilingual version on the original repo. If anyone would like to build a fork in another language, please contact me.

请修改config的bak文件为wechat.conf

修改config的wechat.conf.bak文件为wechat.conf即可

了解,等有时间的时候,会尝试做一个Windows版本

尝试用Windows做了一版,接触Docker For Windows比较少,做得不好的地方烦请斧正。

Sure! We've added the option to add a second proxy using the parameter ``-upstream`` , you can use it like ``./ja3proxy -upstream 127.0.0.1:1080``. You can refer to commit [be41733](https://github.com/LyleMi/ja3proxy/commit/be41733b1c5029c19c90ba52e9eeb69b3f83be0f) for...

> I have tried using the new `-upstream` parameter, but the connection isn't being tunneled through the specified socks proxy. I believe the issue is that CustomDialer is initialized in...