lancachenet / lancache-dns

DNS Docker service for a lancache.
https://hub.docker.com/r/lancachenet/lancache-dns/
MIT License
282 stars 74 forks source link

Updated Blizzard and Steam CDN URLs that were breaking the updaters #34

Closed TheGrandPackard closed 6 years ago

TheGrandPackard commented 6 years ago

Thanks for the project you put together. It's been hugely helpful. Here is what I needed to change recently to get it working again. My changes Includes more domains than #29 and #27. I found my updated domains from https://github.com/uklans/cache-domains

JasonRivers commented 6 years ago

Thanks! I'll Merge this in, However this will soon change, we're working at generating our domain list from a better maintained list, which also means we only have a single location to update domains, this image will then have auto-generated DNS from the list.

So going forwards Once this work is done, check here for domain updates: https://github.com/uklans/cache-domains

TheGrandPackard commented 6 years ago

Awesome, thanks @JasonRivers ! I look forward to an auto-generating method - keep up the great work!

TheGrandPackard commented 6 years ago

Hi @sta3b! I don't see it on the maintained list at https://github.com/uklans/cache-domains. I will be setting up another caching server for a LAN party on the 25th of this month, so I'll see then if it's required or not. If you can confirm that it's a CDN domain for steam before then, I'd recommend opening an issue or pull request at https://github.com/uklans/cache-domains

sta3b commented 6 years ago

@TheGrandPackard alright awesome, and may i have ur email please ? got a couple of questions regarding the steamcache. Thank you!

TheGrandPackard commented 6 years ago

Sure, I have a gmail address with the same username as my github profile.

JasonRivers commented 6 years ago

The DNS container has now been updated to get it's list from uklans/cache-domains, it will do this at startup.

The only thing to note here is that if you are using USE_GENERIC_CACHE, then you might want to either disable some services (using DISABLE_${SERVICE}=true ) or fire up generic containers for those services.

TheGrandPackard commented 6 years ago

@JasonRivers Fantastic work! I look forward to testing this out next weekend for caching blizzard/steam games again. Thanks for the updates!