zeropingheroes / lancache-dns

DNS server configuration files for running a lancache
3 stars 3 forks source link

Include OSX Updates, uplay and arena redirects #1

Open makefu opened 6 years ago

makefu commented 6 years ago

Hey, i love your modularized configuration of the lancache!

It would be fantastic if more data could be cached and forwarded accordingly:

Here is a sample config i've found which implements these redirects https://github.com/bntjah/lancache/blob/master/unbound/unbound.conf

Cheers!

ilumos commented 6 years ago

Hi there,

Thank you, glad you're enjoying the modular configuration.

Are you using a modified version of the zeropingheroes/lancache-* repos with those extra upstreams already? If so, you can submit a pull request to add the changes to the main repos.

Many thanks

ScholliYT commented 6 years ago

wouldnt it be possilbe to make this very modular too. This line in the install.sh script seems to be very static: declare -a UPSTREAMS=("blizzard" "origin" "riot" "steam" "windowsupdates")

Would love to see something more dynamic.

ilumos commented 5 years ago

Hey ScholliYT

The installer creates config files in /etc/unbound/upstreams-available/ for all upstreams, and symlinks them all into /etc/unbound/upstreams-enabled/.

It is then possible to enable and disable upstreams by creating and removing symlinks that link the real configs from upstreams-available into the upstreams-enabled folder.

Regarding the original issue, @makefu could you submit it to uklans/cache-domains which is where my repo pulls the DNS records from.