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
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
I really like this idea. Especially because I was planning the support for local files anyways (#17). I will look into it. But it might take some time.
On Sat, Jul 20, 2019, 14:09 Christian Müller ***@***.***> wrote:
I really like this idea. Especially because I was planning the support for
local files anyways (#17 <#17>). I
will look into it. But it might take some time.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20?email_source=notifications&email_token=ABTKMUTW3JR4CB5KXNI6JSTQAL56PA5CNFSM4IFOCJ22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2NM7RA#issuecomment-513462212>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABTKMUTR6NF4N5H7R3RIEYLQAL56PANCNFSM4IFOCJ2Q>
.
Alright after this Huge delay I finally got to implementing (most of) it. The only thing missing is Lacking support for regex rules in lists.
The features can be found in version 0.2.0 which is currently a prerelease because I want to test it a bit in depth before completeley releasing it.
To build it just Configure the plugins.cfg of coredns with the usual command (ignore the development part). Then run make and next replace the github.com/c-mueller/ads v0.1.4 line in the go.mod file with github.com/c-mueller/ads v0.2.0 and run make again, to get this version.
Thanks for your issue :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would be nice if the
whitelist
andblacklist
options accepts URL's and file-locations and maybe obsolete thelist
option?Examples:
etc...
The text was updated successfully, but these errors were encountered: