2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-30 09:45:18 +01:00

update proxyhub

This commit is contained in:
kev
2015-04-22 15:54:40 +08:00
parent 0381b4157a
commit 9b175b6a4d
10 changed files with 63 additions and 45 deletions

View File

@@ -8,9 +8,9 @@ command = pdnsd -c /etc/pdnsd.conf
[program:shadowsocks]
priority = 300
command = sslocal -c /etc/shadowsocks/%(process_num)d.json
numprocs_start = 1982
numprocs = 4
command = bash -c 'sslocal -c <(jq "select(.local_port==%(process_num)d)" /etc/shadowsocks.json)'
numprocs_start = 1981
numprocs = 5
process_name = %(process_num)d
[program:haproxy]