mirror of
https://github.com/uklans/cache-domains
synced 2025-08-03 14:51:23 +02:00
Compare commits
3 Commits
8d958802a5
...
e7fc17ae5b
Author | SHA1 | Date | |
---|---|---|---|
|
e7fc17ae5b | ||
|
914630b45b | ||
|
0fb55395bb |
@ -1,4 +1,3 @@
|
|||||||
ccs.cdn.wup.shop.nintendo.net
|
|
||||||
ccs.cdn.wup.shop.nintendo.net.edgesuite.net
|
ccs.cdn.wup.shop.nintendo.net.edgesuite.net
|
||||||
geisha-wup.cdn.nintendo.net
|
geisha-wup.cdn.nintendo.net
|
||||||
geisha-wup.cdn.nintendo.net.edgekey.net
|
geisha-wup.cdn.nintendo.net.edgekey.net
|
||||||
|
@ -60,6 +60,7 @@ while read entry; do
|
|||||||
fi
|
fi
|
||||||
for i in ${cacheip}; do
|
for i in ${cacheip}; do
|
||||||
echo "${domainprefix}${parsed}^\$dnsrewrite=${i}" >> ${outputfile}
|
echo "${domainprefix}${parsed}^\$dnsrewrite=${i}" >> ${outputfile}
|
||||||
|
echo "${domainprefix}${parsed}^\$dnstype=AAAA" >> ${outputfile}
|
||||||
done
|
done
|
||||||
done <<< $(cat ${basedir}/$filename | sort);
|
done <<< $(cat ${basedir}/$filename | sort);
|
||||||
done <<< $(jq -r ".cache_domains[${entry}].domain_files[${fileid}]" ${path})
|
done <<< $(jq -r ".cache_domains[${entry}].domain_files[${fileid}]" ${path})
|
||||||
|
@ -9,3 +9,5 @@ amupdatedl2.microsoft.com
|
|||||||
amupdatedl3.microsoft.com
|
amupdatedl3.microsoft.com
|
||||||
amupdatedl4.microsoft.com
|
amupdatedl4.microsoft.com
|
||||||
amupdatedl5.microsoft.com
|
amupdatedl5.microsoft.com
|
||||||
|
officecdn.microsoft.com
|
||||||
|
officecdn.microsoft.com.edgesuite.net
|
||||||
|
Loading…
Reference in New Issue
Block a user