最近在整理闲置主机, 发现有一个节点一直登录不上,以为是防火墙问题,但是显示已经全部允许,然而用腾讯云内置的登录也显示22端口不通,重新安装系统也不能登录,百思不得其解。最后看到有个更换IP,遂尝试了一下,发现居然就可以连上了。
Author Archive | minirplus
订阅 增加支持 Clash Profile & Rule
订阅服务已支持clash
- 所有SSR节点
- 预设分流规则
- 自动选择ping值最快节点
使用方法
下载并安装clash:
wireguard两个peer无法ping通的路由分析方法
问题
新增peer1节点,peer2为老节点,互相无法ping通
Dockerize shadowsocksr manyuser
base code
1 |
https://github.com/maxsky/shadowsocksr-manyuser.git |
how to run hysteria client in raspberrypi
make a dir and dive into
1 |
mkdir ~/hysteria && cd ~/hysteria |
make a config file, like client.json
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{ "server": "jp.minirplus.com:989", "protocol": "udp", "up_mbps": 100, "down_mbps": 1000, "socks5": { "listen": ":1080", "timeout": 300, "disable_udp": false }, "insecure": false, "auth": "your-auth-code" } |
run a docker container
1 |
docker run -d -p 1080:1080 --name hysteria -v ~/hysteria/client.json:/etc/hysteria.json minirplus/hysteria:v1.0.4 -c /etc/hysteria.json client |