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

Create special records in zone file #8

Open
VoidAndAny opened this issue May 30, 2018 · 1 comment
Open

Create special records in zone file #8

VoidAndAny opened this issue May 30, 2018 · 1 comment

Comments

@VoidAndAny
Copy link

Hello,
I need to create a record like this in the zone file :

    local-zone: "ldap.uman-it.fr." static
    local-data: "ldap.uman-it.fr. IN A 10.1.2.2"
    local-data-ptr: "10.1.2.2 ldap.uman-it.fr"

Note: the it's the subdomain+domain in the 3 lines

If I use unbound_domains_with_reverses variable like this :

unbound_domains_with_reverses:
    - domain_name: "uman-it.fr"
      ldap: 10.1.2.2

It didn't do the trick.

I also tried :

unbound_domains_with_reverses:
    - domain_name: "ldap.uman-it.fr"
      "": 10.1.2.2

Is it possible ?

Thanks for all

@jdauphant
Copy link
Owner

unbound_domains_with_reverses:
    - domain_name: "uman-it.fr"
      ldap: "10.1.2.2"

Should do the trick, what error or result do you get ?

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

2 participants