From: Ullli Date: Wed, 17 May 2023 15:27:58 +0000 (+0200) Subject: Template fuer aptproxy erstellt X-Git-Url: https://freie-schul-it.de/gitweb/fsit-cmgt.git/commitdiff_plain/fa7738b082f3416d6d1c291effb5f8a04e027a42?ds=sidebyside;hp=ba14ca45b8552ca158bf43782ae7e0396b49e6f1 Template fuer aptproxy erstellt --- diff --git a/templates/apt-proxy_01proxy.j2 b/templates/apt-proxy_01proxy.j2 new file mode 100644 index 0000000..37e5b4a --- /dev/null +++ b/templates/apt-proxy_01proxy.j2 @@ -0,0 +1,2 @@ +Acquire::http { Proxy "http://{{ aptproxy }}:3142"; }; +Acquire::https { Proxy "https://"; };