mirror of
https://github.com/uklans/cache-domains
synced 2024-11-22 03:13:03 +00:00
Add Epic Games HTTP CDNs (#89)
* Fix #32 - add Epic Games HTTP CDNs * #32 - Fix end of line * #32 - Mark epic-games as mixed content
This commit is contained in:
parent
02b919e1eb
commit
bfcadf481d
2 changed files with 11 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
|||
"description": "Daybreak games CDN",
|
||||
"domain_files": ["daybreak.txt"]
|
||||
},
|
||||
{
|
||||
"name": "epic-games",
|
||||
"description": "CDN for Epic Games",
|
||||
"domain_files": ["epic-games.txt"],
|
||||
"mixed_content": true
|
||||
},
|
||||
{
|
||||
"name": "frontier",
|
||||
"description": "CDN for frontier games",
|
||||
|
|
5
epic-games.txt
Normal file
5
epic-games.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
epicgames-download1.akamaized.net
|
||||
download.epicgames.com
|
||||
download2.epicgames.com
|
||||
download3.epicgames.com
|
||||
download4.epicgames.com
|
Loading…
Reference in a new issue