creativebastard

Results 3 comments of creativebastard

I achieved this using v2ray and brook. Traffic routes through v2ray first then balances across multiple brook and v2ray servers.

You could also run a few servers behind CloudFlare/AWS and load balance them. I've just started testing this and so far it works as expected.

``` { "log": { "error" : "/var/log/v2ray/error.log", "loglevel" : "warning", "access" : "/var/log/v2ray/access.log" }, "stats": {}, "inbounds": [{}], "outbounds": [ { "protocol": "socks", "settings": { "servers": [ { "address": "127.0.0.1",...