22 lines
299 B
Plaintext
22 lines
299 B
Plaintext
dnl values
|
|
define(`ALLOWED_NETWORK', esyscmd(`echo -n $ALLOWED_NETWORK'))dnl
|
|
|
|
|
|
dnl --------------------------------------------------------------
|
|
dnl template for tinyproxy.conf
|
|
|
|
Port 3128
|
|
Listen 0.0.0.0
|
|
|
|
User nobody
|
|
Group nobody
|
|
|
|
LogLevel Info
|
|
|
|
Allow ALLOWED_NETWORK
|
|
|
|
ConnectPort 443
|
|
|
|
Timeout 600
|
|
|