uklans / cache-domains

Domain Names required for LAN Content Cache DNS spoofing
MIT License
550 stars 505 forks source link

problem adding gameloop CDN #159

Open ArvinMeyer opened 3 years ago

ArvinMeyer commented 3 years ago

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
MathewBurnett commented 3 years ago

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

moryan112 commented 2 years ago

did u find a solution?