69bb71bea0
Since this proxy is used only when explicitly configured in application (package manager), there is no point in worrying about user _erroneously_ using web browser through this proxy. If the user really want to access the network from some other application he/she can always alter firewall rules for that. Fixes QubesOS/qubes-issues#1188
25 lines
419 B
Plaintext
25 lines
419 B
Plaintext
User tinyproxy
|
|
Group tinyproxy
|
|
Port 8082
|
|
Timeout 60
|
|
DefaultErrorFile "/usr/share/tinyproxy/default.html"
|
|
|
|
#StatHost "tinyproxy.stats"
|
|
StatFile "/usr/share/tinyproxy/stats.html"
|
|
Syslog On
|
|
LogLevel Notice
|
|
PidFile "/var/run/tinyproxy-updates/tinyproxy.pid"
|
|
|
|
MaxClients 50
|
|
MinSpareServers 2
|
|
MaxSpareServers 10
|
|
StartServers 2
|
|
MaxRequestsPerChild 0
|
|
DisableViaHeader Yes
|
|
|
|
Allow 127.0.0.1
|
|
Allow 10.137.0.0/16
|
|
|
|
ConnectPort 443
|
|
|