添加 http-client

This commit is contained in:
light
2020-01-13 20:05:35 +08:00
parent 9c7433663d
commit 6dd7d4047c
12 changed files with 160 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# client
## passthrough
```bash
proxy client -P 47.99.180.240:8050 -T tls -C proxy.crt -K proxy.key --k default
```
```cfg
# supervisor
[program:pclient]
command=/home/buaaysk/proxy/proxy client -P 47.99.180.240:8050 -T tls -C proxy.crt -K proxy.key --k weimin_f2
directory=/home/buaaysk/proxy
stdout_logfile=/var/log/proxyclient.log
stdout_logfile_maxbytes=1MB
stdout_logfile_backups=10
stdout_capture_maxbytes=1MB
autostart=true
autorestart=true
startsecs=60
stopasgroup=true
ikillasgroup=true
startretries=10
redirect_stderr=true
```