Sing Yu Chan
Sing Yu Chan
目前打算使用 Systemd 的定时器来定时重启 docker 容器来解决此问题了😀
@zonyitoo 请问 ssservice 能否增加类似于 `nginx -s reload` 的功能? 因为根据 acme.sh 的[文档](https://github.com/acmesh-official/acme.sh/wiki/deploy-to-docker-containers#2-deploy-certs-from-a-container-to-another-container),可以通过配置 `DEPLOY_DOCKER_CONTAINER_RELOAD_CMD` 来达到更加优雅地重载证书
> What behavior do you expect for this `reload` feature? - 发送 `SIGUSR1` 信号来重启 SS 本身和插件 - 发送 `SIGUSR2` 信号来重启插件 如果可以的话,并希望信号能传递到插件里面
已通过 [restart-container.sh](https://github.com/pexcn/docker-images/blob/77addca1fe33d2eb022660894c1cba63f7b773d5/utils/acme.sh/restart-container.sh) 解决了
> You might be interested in [shadowsocks-go's reject policy](https://github.com/database64128/shadowsocks-go#2-tcp-reject-policy) @zonyitoo Rust 版可以实现此功能吗?
晚点测试一下😅
> You might be interested in [shadowsocks-go's reject policy](https://github.com/database64128/shadowsocks-go#2-tcp-reject-policy) @database64128 每一个选项都测试过,端口也一样会被临时屏蔽
> 我开过阿里云国际的vps有遇到这个情况,新开的机器,也直接会遇到这个状况,不过用的加密方式是chacha20-ietf-poly1305 这种AEAD的,不是最新的2022的。 我今天试了 chacha20-ietf-poly1305 和 aes-128-gcm, 也有这样的问题。但是就那一个 VPS 有这样的问题,其余正常
@nasaboy 我还测试了 mtg (tls 模式), 这个能正常使用。可能是(对某些 IP 段)识别不了的流量就会被屏蔽?
@database64128 我有空再试试😅