mirror of
				https://github.com/uklans/cache-domains
				synced 2025-11-04 16:18:52 +01:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			38ad68af4f
			...
			4df06dcabf
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					4df06dcabf | 
@ -119,11 +119,6 @@
 | 
				
			|||||||
			"name": "xboxlive",
 | 
								"name": "xboxlive",
 | 
				
			||||||
			"description": "CDN for xboxlive",
 | 
								"description": "CDN for xboxlive",
 | 
				
			||||||
			"domain_files": ["xboxlive.txt"]
 | 
								"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
 | 
					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,7 +60,6 @@ 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})
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user