mirror of
https://github.com/uklans/cache-domains
synced 2025-08-03 23:01:23 +02:00
Compare commits
8 Commits
4a83d24efc
...
8364abc66b
Author | SHA1 | Date | |
---|---|---|---|
|
8364abc66b | ||
|
e7fc17ae5b | ||
|
914630b45b | ||
|
0fb55395bb | ||
|
8d958802a5 | ||
|
490f1d2c23 | ||
|
46712eff2c | ||
|
6c12ed6be5 |
@ -136,6 +136,11 @@
|
||||
"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,4 +1,3 @@
|
||||
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,6 +60,7 @@ 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
Normal file
6
test.txt
Normal file
@ -0,0 +1,6 @@
|
||||
canary.uklans.net
|
||||
litmus.uklans.net
|
||||
trigger.uklans.net
|
||||
canary.lancache.net
|
||||
litmus.lancache.net
|
||||
trigger.lancache.net
|
@ -9,3 +9,5 @@ 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