This commit is contained in:
2025-04-08 22:43:16 +02:00
commit 49281a99a4
4 changed files with 48 additions and 0 deletions

21
tinyproxy.conf.m4 Normal file
View File

@ -0,0 +1,21 @@
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