From 68ebb25fc54208d8c0ae18b7e263a2582335220e Mon Sep 17 00:00:00 2001 From: Jakub K Date: Thu, 1 Feb 2024 23:43:40 +0100 Subject: [PATCH] conf --- tinyproxy.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/tinyproxy.conf b/tinyproxy.conf index 46e20a0..aba253b 100644 --- a/tinyproxy.conf +++ b/tinyproxy.conf @@ -9,9 +9,6 @@ Port 8888 # Allow connections from any client Allow 0.0.0.0/0 -# Disable upstream proxy -UpstreamProxy none - # Enable logging LogLevel Info