Code Monkey home page Code Monkey logo

Comments (2)

Crabbey avatar Crabbey commented on August 11, 2024

Hi there,

As a rule of thumb, it's not recommend using self-signed SSL certs since they usually require client modification and therefore wouldn't work for standard LAN setups, which this project is aimed at.
However, if you're running a gaming cafe that does not offer 'bring your own device', it could work fairly well.
But do be aware that EpicGames may introduce SSL validation or certificate pinning without notice and would break your implementation.

The list of domains you've shared seems to contain a lot of account and matchmaking entries.
The domains that stand out to me are:

datarouter.ol.epicgames.com
catalog-public-service-prod06.ol.epicgames.com
fortnite-public-service-prod11.ol.epicgames.com
fortnitecontent-website-prod07.ol.epicgames.com

Of which the bottom three probably have multiple instances accessible by changing the numbers after prod (prod01, prod02 etc)

Of course, without inspecting the content coming from each of the domains, it's impossible to be certain these are the domains used for content.

from cache-domains.

mskafi avatar mskafi commented on August 11, 2024

Indeed, but if someone must it may be useful to still enumerate most of the download sites.
I found that caching the above domains actually breaks the game, especially if you are not too careful with none HTTP/HTTPS ports and not forwarding them (Which is sometimes impossible, since you don't always know where the request was going to originally especially if you are routing all of them to the same server).

I am now caching downloads from:

cdn1.epicgames.com
cdn2.epicgames.com
cdn1.unrealengine.com
cdn2.unrealengine.com
cdn3.unrealengine.com
static-assets-prod.epicgames.com
epicgames-download1.akamaized.net
download.epicgames.com
download2.epicgames.com
download3.epicgames.com
download4.epicgames.com

Most of the data is going through epicgames-download1.akamaized.net

from cache-domains.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.