local/bin: Add torified chrome, curltor, wgettor, ytdl

master
Pierre Neidhardt 2019-02-27 15:49:56 +01:00
parent 88471eea47
commit f3fcd13ff3
4 changed files with 12 additions and 0 deletions

3
.local/bin/chrome Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
chromium --proxy-server=socks5://localhost:9050 "$@"

3
.local/bin/curltor Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
curl --socks5 localhost:9050 -H "User-Agent: " "$@"

3
.local/bin/wgettor Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
torsocks wget "$@"

3
.local/bin/ytdl Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
youtube-dl --proxy socks5://127.0.0.1:9050 "$@"