mirror of
https://github.com/uklans/cache-domains
synced 2025-08-05 15:51:22 +02:00
Compare commits
No commits in common. "e7fc17ae5b3d4162a831259714d1ea71972f4334" and "8d958802a5f7b6dba31458b254ac76c4ad6b66f5" have entirely different histories.
e7fc17ae5b
...
8d958802a5
@ -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})
|
||||
|
@ -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