mirror of
https://github.com/uklans/cache-domains
synced 2025-08-03 06:41:22 +02:00
Compare commits
1 Commits
b4da1c73b7
...
0b25078d64
Author | SHA1 | Date | |
---|---|---|---|
|
0b25078d64 |
@ -126,11 +126,6 @@
|
||||
"name": "xboxlive",
|
||||
"description": "CDN for xboxlive",
|
||||
"domain_files": ["xboxlive.txt"]
|
||||
},
|
||||
{
|
||||
"name": "test",
|
||||
"description": "Test CDN, recommended to enable for additional diagnostics",
|
||||
"domain_files": ["test.txt"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
ccs.cdn.wup.shop.nintendo.net
|
||||
ccs.cdn.wup.shop.nintendo.net.edgesuite.net
|
||||
geisha-wup.cdn.nintendo.net
|
||||
geisha-wup.cdn.nintendo.net.edgekey.net
|
||||
|
@ -60,7 +60,6 @@ while read entry; do
|
||||
fi
|
||||
for i in ${cacheip}; do
|
||||
echo "${domainprefix}${parsed}^\$dnsrewrite=${i}" >> ${outputfile}
|
||||
echo "${domainprefix}${parsed}^\$dnstype=AAAA" >> ${outputfile}
|
||||
done
|
||||
done <<< $(cat ${basedir}/$filename | sort);
|
||||
done <<< $(jq -r ".cache_domains[${entry}].domain_files[${fileid}]" ${path})
|
||||
|
6
test.txt
6
test.txt
@ -1,6 +0,0 @@
|
||||
canary.uklans.net
|
||||
litmus.uklans.net
|
||||
trigger.uklans.net
|
||||
canary.lancache.net
|
||||
litmus.lancache.net
|
||||
trigger.lancache.net
|
@ -9,5 +9,3 @@ amupdatedl2.microsoft.com
|
||||
amupdatedl3.microsoft.com
|
||||
amupdatedl4.microsoft.com
|
||||
amupdatedl5.microsoft.com
|
||||
officecdn.microsoft.com
|
||||
officecdn.microsoft.com.edgesuite.net
|
||||
|
Loading…
Reference in New Issue
Block a user