-
Either require specific version, or just submodule it. It's a small library, might just be worth submoduling. Would it be smart to do the same with libev?
-
i am using Archlinux, ss-libev was intalled by `sudo pacman -S shadowsocks-libev`
simple-obfs was installed by
```
git clone https://github.com/shadowsocks/simple-obfs.git
cd simple-obfs
git su…
cha1n updated
5 years ago
-
**Environment**
Shadowsocks version: shadowsocks-libev v3.0.7,
simple-obfs 0.0.3
**Configuration**
server:
{
"server":"server_ip",
"server_port":9189,
"local_address": "127.0.0.1",
"lo…
-
Module has lack of VERSION and CHANGELOG.rst
When trying to install it got pip error
After adding them into archive wa able to install it with pip
-
科学上网版本为3.2.5,订阅节点正常,但是提示ss-local进程启动失败,如下:
【2023年09月20日 17:10:26】: 开启ss-local(shadowsocks-libev),提供socks5代理端口:23456
【2023年09月20日 17:10:38】: ss-local进程启动失败!请检查你的配置!
节点类型:ss_libev
ss节点的加密方式:不为空
路由器…
-
- it [suggests](https://userver.tech/d3/da9/md_en_2userver_2tutorial_2build.html#autotoc_md471) to install the necessary dependencies:
sudo emerge --ask --update --oneshot $(cat scripts/docs/en/deps/…
-
docker run -e PASSWORD=admin123 -e METHOD=aes-256-cfb -p 8388:8388 -p 9388:8388/udp -d shadowsocks/shadowsocks-libev
-
目前比较期待ssrr的libev
顺便,可以的话有docker吗?
什么都可以(大概
-
Is there step-by-step on how to play (i.e: install the game, start, set up wallet key pair ?)
-
目前个人觉得可以改进的几个地方
1. 不采用host网络,尽量少的暴露端口
2. 补充了客户端的shadowsocks部分,并统一相关配置(这里是shadowsocks-libev镜像根本没考虑client部分,不采用额外配置文件的情况下,个人感觉这样最统一),这样也有socks5h proxy使用了
3. 明确最小修改项,只用替换几处,就能直接使用。后续可能变更的只有映射的port和TLS…