lancachenet / monolithic

A monolithic lancache service capable of caching all CDNs in a single instance
https://hub.docker.com/r/lancachenet/monolithic
Other
728 stars 73 forks source link

Riot games won't start downloading. #83

Closed amittamari closed 4 years ago

amittamari commented 4 years ago

Describe the issue you are having

Riot launcher doesn't start downloading. Steam and Battle.net does work (downloading at ~100Mb/s speeds).

When running without the DNS set, download works fine.

How are you running the container(s)?

docker run --restart unless-stopped --name lancache-dns --detach -p 53:53/udp -e USE_GENERIC_CACHE=true -e LANCACHE_IP=$HOST_IP lancachenet/lancache-dns:latest

docker run --restart unless-stopped --name lancache --network host --detach -v /cache/data:/data/cache -v /cache/logs:/data/logs lancachenet/monolithic:latest

docker run --restart unless-stopped --name sniproxy --detach -p 443:443 lancachenet/sniproxy:latest

DNS Configuration

Run command is above, currently I run this on a VM and set the DNS through ncpa.cpl. (Running on VirtualBox and used Bridged networking)

Output of container(s)

I have Riot traffic listed (through docker exec -it lancache tail -f /data/logs/access.log.

Please tell me what output is needed to troubleshoot this.

EpicFail113 commented 4 years ago

I am having the same issue. I am running the docker through unRaid

unspec commented 4 years ago

When you say you have Riot traffic listed, can you give some examples from the log? Is it trying to download a game? Is it a HIT or a MISS?

What Riot game are you trying to download? There is a known issue with one of their games currently: https://github.com/uklans/cache-domains/issues/123

VibroAxe commented 4 years ago

@amittamari why are you running this in host network mode? Most likely is your sniproxy is not listening on the same host IP as your cache! This will break ALL mixed content services, which currently may include Riot/LOL

unspec commented 4 years ago

Closing this issue due to inactivity