This commit is contained in:
2025-04-14 22:58:00 +02:00
parent c89605d162
commit e719584694

View File

@@ -29,7 +29,25 @@ jobs:
run: |
git clone https://github.com/uklans/cache-domains.git
cd cache-domains
echo "${{vars.CONFIG_JSON}}" > scripts/config.json
cat <<EOF > scripts/config.json
{
"combined_output": true,
"ips": {
"monolithic": ["10.10.1.20"]
},
"cache_domains": {
"blizzard": "monolithic",
"epicgames": "monolithic",
"nintendo": "monolithic",
"origin": "monolithic",
"riot": "monolithic",
"sony": "monolithic",
"steam": "monolithic",
"uplay": "monolithic",
"wsus": "monolithic"
}
}
EOF
cat scripts/config.json
cd scripts
bash create-adguardhome.sh