You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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")
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.
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!
The text was updated successfully, but these errors were encountered: