mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#! /bin/sh
|
|
|
|
echo "forward-socks5 / $1 ." >> /etc/privoxy/config
|
|
|
|
privoxy --no-daemon /etc/privoxy/config
|