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

Ability to define which record-types to filter or allow/disallow #13

Open
cbuijs opened this issue Dec 18, 2017 · 0 comments
Open

Ability to define which record-types to filter or allow/disallow #13

cbuijs opened this issue Dec 18, 2017 · 0 comments

Comments

@cbuijs
Copy link
Owner

cbuijs commented Dec 18, 2017

Besides just the domain-name, having the ability to block a domain and which record-types makes sense in some situations.

Designate with '+' for "allow" and '-' for disallow. Asteriks (*) for all.

So syntax would be (white-space as sepperator):

<Domain> <Record-Types>

Something like (in the white/blacklists):

company.com # Without any additional arguments, all record-types supported will be filtered (like as it is now)
other.company.com +A,+PTR,-* # Only allow A and PTR
ftp.company.com +*,-SRV,-HINFO # Allow all except SRV and HINFO
weird.company.com +*,-ANY # Allow all except ANY
blah.company.com -*,+A # Allow only A

etc...

@cbuijs cbuijs changed the title Ability define which record-types to filter Ability to define which record-types to filter or allow/disallow Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant