Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include OSX Updates, uplay and arena redirects #1

Open
makefu opened this issue Nov 3, 2017 · 3 comments
Open

Include OSX Updates, uplay and arena redirects #1

makefu opened this issue Nov 3, 2017 · 3 comments

Comments

@makefu
Copy link

makefu commented Nov 3, 2017

Hey, i love your modularized configuration of the lancache!

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

  • OSX Updates (mzstatic.com et al)
  • Uplay ( cdn.ubi.com )
  • arenanet ( assetcdn.101.arenanetworks.com et al)

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

Cheers!

@ilumos
Copy link
Contributor

ilumos commented Nov 6, 2017

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
Copy link

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
Copy link
Contributor

ilumos commented Sep 15, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants