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

Support 'key' statements in address_match_element statements #157

Closed
antiduh opened this issue Oct 13, 2014 · 2 comments
Closed

Support 'key' statements in address_match_element statements #157

antiduh opened this issue Oct 13, 2014 · 2 comments

Comments

@antiduh
Copy link

antiduh commented Oct 13, 2014

Could you add support for "key" statement in address_match_element statements?

These are handy, for instance, in 'match-client' clauses in views to plumb views through filtering tools, for instance, OpenDNSSEC, without having to use extra IP addresses (or extra 127/8 addresses).

For example:

view "lab-unsigned" {
    match-clients { key "lab-outgoing"; };
    zone "lab.example.com" {
        type master;
        file "lab.example.com.zone";
        allow-transfer { key "lab-outgoing"; };
        also-notify {
            127.0.0.1 port 5353 key "lab-outgoing";
        };
    };
};
@WillyXJ
Copy link
Owner

WillyXJ commented Oct 13, 2014

I did not know BIND supported that. I will look into the best way of fmDNS to support it.

@WillyXJ
Copy link
Owner

WillyXJ commented Nov 13, 2014

Changed submitted and will be included in v2.0.

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

2 participants