ty

Results 340 comments of ty

Oh BTW, since you have set a crontab to call `acme.sh`, why not just kill the `ssserver` process and restart it after calling `acme.sh`?

What behavior do you expect for this `reload` feature?

If I understand your question correctly, you want to set `ssserver`'s outbound socket to `bind` to `168.119.xx.xx`?

I am currently busy working on refactoring the whole project. I will try to solve this issue after I finish refactoring.

You may try with the latest master branch. 1. Run `ssserver` with `-b YOUR_IP`, or set `local_address` in configuration file with your IP 2. Run `ssserver` with `--outbound-bind-interface` on Linux-like...

> However, i tried setting `--outbound-bind-interface` but shadowsocks stops working and nothing sends or receives. That's strange. This option only works for outbound sockets.

No idea how to handle that situation. Please submit a PR if anyone knows how to handle it properly.

I have seen many complains about performance regression after migrating to tokio v0.2. Let's findout if there are any things could be optimized in this project first.

`master` branch is using future v0.1, which requires lots of `Future`s' transformation, that should be slower.