Update configurator/server.js
This commit is contained in:
@@ -88,7 +88,7 @@ http_access allow localnet
|
|||||||
http_access deny all
|
http_access deny all
|
||||||
|
|
||||||
# Domain-Whitelist
|
# Domain-Whitelist
|
||||||
acl vpn_domains dstdomain "/etc/squid/vpn_domains.txt"
|
acl vpn_domains dstdomain "/squid-config/vpn_domains.txt"
|
||||||
|
|
||||||
# Upstream zu Gluetun
|
# Upstream zu Gluetun
|
||||||
cache_peer ${s.upstreamHost} parent ${s.upstreamPort} 0 no-query default name=gluetun
|
cache_peer ${s.upstreamHost} parent ${s.upstreamPort} 0 no-query default name=gluetun
|
||||||
@@ -213,4 +213,4 @@ app.get("/api/health", (req, res) => res.json({ ok: true }));
|
|||||||
app.listen(PORT, () =>
|
app.listen(PORT, () =>
|
||||||
console.log(`squid-configurator listening on :${PORT}`)
|
console.log(`squid-configurator listening on :${PORT}`)
|
||||||
);
|
);
|
||||||
})();
|
})();
|
||||||
Reference in New Issue
Block a user