From fa7738b082f3416d6d1c291effb5f8a04e027a42 Mon Sep 17 00:00:00 2001 From: Ullli Date: Wed, 17 May 2023 17:27:58 +0200 Subject: [PATCH 1/1] Template fuer aptproxy erstellt --- templates/apt-proxy_01proxy.j2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 templates/apt-proxy_01proxy.j2 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://"; }; -- 2.39.5