diff --git a/cache_domains.json b/cache_domains.json index c9b6709..5eed5df 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -10,6 +10,11 @@ "description": "CDN for blizzard/battle.net", "domain_files": ["blizzard.txt"] }, + { + "name": "Debian", + "description": "Debian related OS updates", + "domain_files": ["debian.txt"] + }, { "name": "bsg", "description": "CDN for Battle State Games, Tarkov", diff --git a/debian.txt b/debian.txt new file mode 100644 index 0000000..099c15b --- /dev/null +++ b/debian.txt @@ -0,0 +1,4 @@ +deb.debian.org +security.debian.org +archive.raspberrypi.com +httpredir.debian.org diff --git a/scripts/config.json b/scripts/config.json index 9bd48d3..0f7e2ff 100644 --- a/scripts/config.json +++ b/scripts/config.json @@ -1,7 +1,7 @@ { "combined_output": false, "ips": { - "monolithic": ["192.168.74.208"] + "monolithic": ["192.168.74.210"] }, "cache_domains": { "blizzard": "monolithic", @@ -12,6 +12,7 @@ "sony": "monolithic", "steam": "monolithic", "uplay": "monolithic", - "wsus": "monolithic" + "wsus": "monolithic", + "debian": "monolithic" } }