Updated to the latest version of 10-22-2024
Updataed all list and scripts/create-dnsmasq.sh
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
cdn1.epicgames.com
|
cdn1.epicgames.com
|
||||||
|
cdn2.epicgames.com
|
||||||
cdn.unrealengine.com
|
cdn.unrealengine.com
|
||||||
cdn1.unrealengine.com
|
cdn1.unrealengine.com
|
||||||
cdn2.unrealengine.com
|
cdn2.unrealengine.com
|
||||||
@ -9,3 +10,4 @@ download3.epicgames.com
|
|||||||
download4.epicgames.com
|
download4.epicgames.com
|
||||||
epicgames-download1.akamaized.net
|
epicgames-download1.akamaized.net
|
||||||
fastly-download.epicgames.com
|
fastly-download.epicgames.com
|
||||||
|
cloudflare.epicgamescdn.com
|
||||||
|
@ -1,17 +1,2 @@
|
|||||||
us-chi2.cncirc.net
|
patches.totemarts.services
|
||||||
us-lv2.cncirc.net
|
patches.totemarts.games
|
||||||
us-nj.shockhosting.ctgamehosts.uk
|
|
||||||
us-va.ovh.ctgamehosts.uk
|
|
||||||
rxp-de1.ts3-server.ch
|
|
||||||
us-la.cncfps.com
|
|
||||||
us-lv.buyvm.ren-x.com
|
|
||||||
us-ny.buyvm.ren-x.com
|
|
||||||
eu-lux.buyvm.ren-x.com
|
|
||||||
apac-tyo.nexusbytes.ren-x.com
|
|
||||||
apac-sg.nexusbytes.ren-x.com
|
|
||||||
eu-nl.nexusbytes.ren-x.com
|
|
||||||
eu-uk.nexusbytes.ren-x.com
|
|
||||||
us-mia.buyvm.ren-x.com
|
|
||||||
us-phx.speedy.ren-x.com
|
|
||||||
us-dal.boomerhost.ren-x.com
|
|
||||||
us-chi.racknerd.ren-x.com
|
|
||||||
|
@ -52,10 +52,12 @@ while read -r entry; do
|
|||||||
fi
|
fi
|
||||||
parsed=$(echo ${fileentry} | sed -e "s/^\*\.//")
|
parsed=$(echo ${fileentry} | sed -e "s/^\*\.//")
|
||||||
for i in ${cacheip}; do
|
for i in ${cacheip}; do
|
||||||
if grep -qx "address=/${parsed}/${i}" "${outputfile}"; then
|
if ! grep -qx "address=/${parsed}/${i}" "${outputfile}"; then
|
||||||
continue
|
echo "address=/${parsed}/${i}" >> "${outputfile}"
|
||||||
|
fi
|
||||||
|
if ! grep -qx "local=/${parsed}/" "${outputfile}"; then
|
||||||
|
echo "local=/${parsed}/" >> "${outputfile}"
|
||||||
fi
|
fi
|
||||||
echo "address=/${parsed}/${i}" >> "${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})
|
||||||
|
5
sony.txt
5
sony.txt
@ -9,3 +9,8 @@ playstation4.sony.akadns.net
|
|||||||
theia.dl.playstation.net
|
theia.dl.playstation.net
|
||||||
tmdb.np.dl.playstation.net
|
tmdb.np.dl.playstation.net
|
||||||
gs-sec.ww.np.dl.playstation.net
|
gs-sec.ww.np.dl.playstation.net
|
||||||
|
uef.np.dl.playstation.net
|
||||||
|
gst.prod.dl.playstation.net
|
||||||
|
vulcan.dl.playstation.net
|
||||||
|
sgst.prod.dl.playstation.net
|
||||||
|
psnobj.prod.dl.playstation.net
|
||||||
|
Reference in New Issue
Block a user