uklans/cache-domains

problem adding gameloop CDN

ArvinMeyer opened this issue · 2 comments

Describe the issue you are having

I have download the repo , and edited , and add gameloop cdn
github.com/ArvinMeyer/cache-domains
but doesnt work ,please can some one help me with this
the cache server running but not with gameloop

Describe your setup?

lancache-dns

Are you running sniproxy

yes

DNS Configuration


docker run --restart unless-stopped --name lancache -v /cache/data:/data/cache -v /cache/logs:/data/logs -p 192.168.88.60:80:80 -e CACHE_DOMAINS_REPO="https://github.com/ArvinMeyer/cache-domains.git" lancachenet/monolithic:latest

docker run --restart unless-stopped --name lancache-dns -p 192.168.88.60:53:53/udp -e USE_GENERIC_CACHE=true -e LANCACHE_IP=192.168.88.60 -e CACHE_DOMAINS_REPO="https://github.com/ArvinMeyer/cache-domains.git" lancachenet/lancache-dns:latest



### Sniproxy output

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


the dns and monolithic containers should pull from your repo when you restart them. If you check the docker log for each container it should say it it managed to pull that repo

did u find a solution?