new test
This commit is contained in:
@@ -29,7 +29,25 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone https://github.com/uklans/cache-domains.git
|
git clone https://github.com/uklans/cache-domains.git
|
||||||
cd cache-domains
|
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
|
cat scripts/config.json
|
||||||
cd scripts
|
cd scripts
|
||||||
bash create-adguardhome.sh
|
bash create-adguardhome.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user