Update configurator/public/index.html

This commit is contained in:
2026-05-03 23:26:49 +02:00
parent 5eeac5a553
commit 77562d5b5a
+2 -2
View File
@@ -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'));
</script>
</body>
</html>
</html>