lancachenet / lancache-dns

DNS Docker service for a lancache.

Home Page:https://hub.docker.com/r/lancachenet/lancache-dns/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wargaming Game Center Can't Download Games

braf1895 opened this issue · comments

Describe the issue you are having

I am unable to download any game through the Wargaming Game Center with the lancache acting as my DNS. I am able to install the game with the lancache off. Other games/installers are working fine. I'm even able to cache the same games that fail in the WGC by installing them through Steam.

How are you running the container(s)

Docker Compose:
`## See the "Settings" section in README.md for more details

## Set this to true if you're using a load balancer, or set it to false if you'>
## If you're using monolithic (the default), leave this set to true
USE_GENERIC_CACHE=true

## IP addresses that the lancache monolithic instance is reachable on
## Specify one or more IPs, space separated - these will be used when resolving>
## Note: This setting only affects DNS, monolithic and sniproxy will still bind>
LANCACHE_IP=192.168.1.21

## IP address on the host that the DNS server should bind to
DNS_BIND_IP=192.168.1.21

## DNS Resolution for forwarded DNS lookups
UPSTREAM_DNS=9.9.9.9

## Storage path for the cached data
## Note that by default, this will be a folder relative to the docker-compose.y>
CACHE_ROOT=./cache

## Change this to customise the size of the disk cache (default 2000g)
## If you have more storage, you'll likely want to increase this
## The cache server will prune content on a least-recently-used basis if it
## starts approaching this limit.
## Set this to a little bit less than your actual available space 
CACHE_DISK_SIZE=11750000m

## Change this to allow sufficient index memory for the nginx cache manager (de>
## We recommend 250m of index memory per 1TB of CACHE_DISK_SIZE 
CACHE_INDEX_SIZE=2750m

## Change this to limit the maximum age of cached content (default 3650d)
CACHE_MAX_AGE=3650d

## Set the timezone for the docker containers, useful for correct timestamps on>
## Formatted as tz database names. Example: Europe/Oslo or America/Los_Angeles
TZ=America/Chicago`

DNS Configuration

My router directs all DNS traffic through the lancache ip (192.168.1.21)

Output of container(s)

No entries in any of the logs from around the time of attempts to download.

This issue has been automatically marked as inactive because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.