From 77562d5b5adfb32378aee730998a201c994ae1ab Mon Sep 17 00:00:00 2001 From: sesh Date: Sun, 3 May 2026 23:26:49 +0200 Subject: [PATCH] Update configurator/public/index.html --- configurator/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configurator/public/index.html b/configurator/public/index.html index 1976037..67550a3 100644 --- a/configurator/public/index.html +++ b/configurator/public/index.html @@ -261,7 +261,7 @@ http_access allow localnet http_access deny all # Domain-Whitelist -acl vpn_domains dstdomain "/etc/squid/vpn_domains.txt" +acl vpn_domains dstdomain "/squid-config/vpn_domains.txt" # Upstream zu Gluetun cache_peer ${s.upstreamHost} parent ${s.upstreamPort} 0 no-query default name=gluetun @@ -572,4 +572,4 @@ function Field({ label, value, onChange, placeholder }) { render(html`<${App}/>`, document.getElementById('root')); - + \ No newline at end of file