mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-08 00:51:55 +00:00
6 lines
101 B
Bash
6 lines
101 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
echo "forward-socks5 / $1 ." >> /etc/privoxy/config
|
||
|
|
||
|
privoxy --no-deamon
|