PySocket icon indicating copy to clipboard operation
PySocket copied to clipboard

PySocket ,一个通过猴子补丁(monkey patch)动态修改 socket 的项目。在不修改源码的情况下给 socket 增加一些诸如限制客户端数量、前置代理之类的功能。让我们将 Monkey Patch 进行到底吧!

Results 14 PySocket issues
Sort by recently updated
recently updated
newest added

可以用在shadowsocks-manager上吗

例如我想将7000到7999内的端口全部添加限制为一IP登陆,那我再黑名单中的语法应该是怎样的呢? 感谢!

您好, 软件根目录如下: ``` # which ssserver /usr/bin/ssserver ``` 还是`/etc/init.d/shadowsocks` 这个呢?

成功实现了限制某个端口访问不能超过一个,撒花,么么哒! 但是我在电脑上断开连接以后,手机4G也迟迟连不上去,等了10分钟多了也连不上去。服务器上的日志一直是 ``` Mar 19 09:46:39 ip-172-31-12-118.us-west-1.compute.internal python[826]: 2017-03-19 09:46:39 ERROR [socket] the server_addrs *:8333 client more then the 1 Mar 19 09:47:14 ip-172-31-12-118.us-west-1.compute.internal python[826]: 2017-03-19 09:47:14 ERROR [socket] the...

bug

我使用大佬的程序测试成功限制了ip同时连接数,但只能通过python方式打开,我是小白,现在成功用 `nohup python /root/shadowsocks/shadowsocks/server.py -c /etc/shadowsocks.json > python.log3 2>&1 &`将服务添加到了后台进程,不过不知道怎么将服务添加进开机进程,求大佬帮助

archlinux放置到/usr/lib/python3.6/site-packages/shadowsocks/ 代理不起作用 请问是ss的问题吗,我应该怎么做

rt ss和XX-Net都是通的 请问是XX-net的原因,还是配置错误导致无效

在Linux+SSR的环境(单用户和多用户均相同)下测试发现 使用带hook的TCP会提示Error connecting to SOCKS5 proxy 127.0.0.1:1080: [Errno 101] Network is unreachable,但是sock5是能够连接的 去除hook则TCP连接正常,UDP会被[Errno 22] Invalid argument刷屏(在带hook的情况下也会)

https://github.com/mengskysama/shadowsocks-rm/tree/manyuser/shadowsocks 测试了下,好像不支持这个版本.数据库连接方便报错