Commit 53e48f4a authored by Wolfgang Schweer's avatar Wolfgang Schweer
Browse files

cf3/cf.squid: Adjust configuration (set http_access allow localnet).

parent 5a8cca0c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ vars:
  "default" slist => { "CONFIG=/etc/squid/squid-debian-edu.conf",
                       "SQUID_ARGS=\"-YC -f /etc/squid/squid-debian-edu.conf\"" };
  "proxy"  string => "DHCP_WPAD_PROXY_UPDATE=false";
  "allow"  string => "http_access allow localnet";

files:

@@ -58,6 +59,10 @@ files:
      create => "true",
      edit_line => append_if_no_line("$(default)");

    "/etc/squid/conf.d/debian.conf"
      create => "true",
      edit_line => append_if_no_line("$(allow)");

  # Disable the automatic proxy configuration on LTSP boot, as the
  # default setup is already correct and not calling
  # wpad-proxy-update shaves 3 seconds from the boot.
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ debian-edu-config (2.10.37) UNRELEASED; urgency=medium
    - Remove temporary apt configuration. This reverts the modification done in
      d-e-i/base-installer to get back the default apt behaviour for the
      installed system.
  * cf3/cf.squid: Adjust configuration (set http_access allow localnet).

 -- Wolfgang Schweer <wschweer@arcor.de>  Wed, 19 Sep 2018 10:17:02 +0200