lightsocks-python icon indicating copy to clipboard operation
lightsocks-python copied to clipboard

⚡️一个轻巧的网络混淆代理🌏

Results 4 lightsocks-python issues
Sort by recently updated
recently updated
newest added

no ipv6 support now

在utils模块下添加了addr_check模块, addr_check模块包含以下几个函数: def _host_addresses() -> set; 获取本机的所有有效IPV4地址 def ip_validate(ip: str) -> bool; 检查IP的有效性 def _port_is_free(port: int) -> bool; 检查端口是否被占用 def port_validate(port: int) -> bool; 检查端口的有效性 并且简单写了个单元测试 ⚠️:运行单元测试前要去掉 “函数注解”, 否则会引发语法错误 😁我只新增了这个模块,...

运行后,连续打开多个网站,很快出现以下报错信息,server端异常退出,请问如何解决 server端报错: ValueError: too many file descriptors in select() client端报错: ConnectionError: 链接到远程服务器 127.0.0.1:8388 失败: ConnectionRefusedError(10061, "Connect call failed ('127.0.0.1', 8388)")

@linw1995 博主,请教一下2022年用这个脚本放到vps 上还能用吗?