1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-06-30 11:02:54 -05:00

[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
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