QiangYu

Results 6 issues of QiangYu

trojan-go 比 trojan 有更大的优势 1. 支持 websocket ,可以套 cdn 2. 支持 smux ,tcp连接复用,可以减少连接数,整体性能更优 3. trojan-go 可以完全兼容trojan,建议替换 trojan

Server ./tinyfecvpn -s -l0.0.0.0:162 -f20:10 -k "a#F5^f" --sub-net 10.22.22.0 --tun-dev tinyfecvpn [2018-01-26 00:14:59][INFO]argc=10 ./tinyfecvpn -s -l0.0.0.0:162 -f20:10 -k a#F5^f --sub-net 10.22.22.0 --tun-dev tinyfecvpn [2018-01-26 00:14:59][INFO]sub_net 10.22.22.0 [2018-01-26 00:14:59][INFO]tun_dev=tinyfecvpn [2018-01-26 00:14:59][INFO]running...

I have a USB Dongle MT7601u When i test in kernel 5.14 with mt7601u-ap code 2020-05 before, it works perfect, the usb would be recognize as mt7601u But when i...

hi, it seems this project works like shadowsocks, is the protocol compatible with shadowsocks? Or, it has a different protocol and more secure than shadowsocks ?

Ubuntu 服务器开了 500 多个 Chrome 去操作,由于负载很重,Chrome 启动的速度很慢,DrissionPage 频繁失败, 一直显示无法连接端口,请检查 Chrome 是否设置正确 仔细研究代码后发现: DrissionPage 启动浏览器,然后 test_connect 测试能否连接浏览器, 默认为30秒超时,如果系统负载很重,Chrome 30秒 内还没启动,会导致频繁 test_connect 失败。DrissionPage 目前并没有检测浏览器是否启动 。 对应代码文件:**DrissionPage/_functions/browser.py** 对应代码方法:**def connect_browser(option):** 我现在自己手动加了检测浏览器是否启动解决了这个问题, **希望官方后续能增加设置,允许用户自定义这个检测时间,方便重度负载情况下的使用** ![提交问题](https://github.com/user-attachments/assets/f3545516-151f-48bd-9b2c-a7f5cf68cab2) 下面是修改代码之后的日志,服务器负载很重,Chrome...

Ubuntu 20.4 服务器,浏览器调试 --remote-debugging-port=44240 不能用 IP 连接 ![无法用IP连接](https://github.com/user-attachments/assets/8b8f8a51-638a-4c0e-91a3-8da9d1566b68) 只能用 localhost 连接 ![只能用localhost连接](https://github.com/user-attachments/assets/f32a6cf7-e461-4cdd-98cb-73f04e8ec70b) DrissionPage **用的全是 IP 连接**,导致 DrissionPage 频繁**连接不上浏览器的调试端口**