Updated and enabled cache server for new setup

This commit is contained in:
2021-11-19 18:55:40 +01:00
parent 986a52e672
commit 4f2efc63b1
4 changed files with 9 additions and 9 deletions

View File

@@ -6,9 +6,9 @@ ThisScriptConfigured=no
UseCache=no
#Cache enable (using apt-cacher-NG)
CacheAlpineRepo="http://192.168.2.83/alpine/"
CacheDebianCache="http://192.168.2.83:80"
CacheDebianCore="http://192.168.2.83/deb.debian.org/debian"
CacheAlpineRepo="http://192.168.200.20/alpine/"
CacheDebianCache="http://192.168.200.20:80"
CacheDebianCore="http://192.168.200.20/deb.debian.org/debian"
#Cache enable (using Official MirrorServers)
DefaultAlpineRepo="http://dl-4.alpinelinux.org/alpine/"