mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
[test/test_socks] Test with local SOCKS servers
This commit is contained in:
parent
edaa23f822
commit
e21f17fc86
4 changed files with 51 additions and 3 deletions
8
devscripts/install_srelay.sh
Executable file
8
devscripts/install_srelay.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue