This commit is contained in:
light
2018-02-12 16:27:08 +08:00
parent 2f93d4a638
commit ad583d960b
11 changed files with 159 additions and 2 deletions
+15 -1
View File
@@ -81,4 +81,18 @@ server server1 ******:3801 maxconn 20480
```
haproxy -f /etc/haproxy/haproxy.cfg
haproxy -f /etc/haproxy/haproxy.cfg
## proxychain
``` bash
git clone https://github.com/rofl0r/proxychains-ng.git
cd proxychain
make
make install
make install-config
```