[test/test_socks] Test with local SOCKS servers

This commit is contained in:
Yen Chi Hsuan 2016-05-05 17:09:13 +08:00
parent edaa23f822
commit e21f17fc86
No known key found for this signature in database
GPG key ID: 3FDDD575826C5C30
4 changed files with 51 additions and 3 deletions

8
devscripts/install_srelay.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
mkdir -p tmp && cd tmp
wget -N http://downloads.sourceforge.net/project/socks-relay/socks-relay/srelay-0.4.8/srelay-0.4.8b6.tar.gz
tar zxvf srelay-0.4.8b6.tar.gz
cd srelay-0.4.8b6
./configure
make