From da2e71440b52a6fccea711bc2ad030afb9995773 Mon Sep 17 00:00:00 2001 From: Goten Xiao Date: Thu, 30 May 2019 19:12:17 +0100 Subject: [PATCH] Fix #32 - add Epic Games HTTP CDNs --- cache_domains.json | 5 +++++ epic-games.txt | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 epic-games.txt diff --git a/cache_domains.json b/cache_domains.json index 5a75dce..bf24f7c 100644 --- a/cache_domains.json +++ b/cache_domains.json @@ -20,6 +20,11 @@ "description": "Daybreak games CDN", "domain_files": ["daybreak.txt"] }, + { + "name": "epic-games", + "description": "CDN for Epic Games", + "domain_files": ["epic-games.txt"] + }, { "name": "frontier", "description": "CDN for frontier games", diff --git a/epic-games.txt b/epic-games.txt new file mode 100644 index 0000000..d41a9c6 --- /dev/null +++ b/epic-games.txt @@ -0,0 +1,5 @@ +epicgames-download1.akamaized.net +download.epicgames.com +download2.epicgames.com +download3.epicgames.com +download4.epicgames.com \ No newline at end of file