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

Reverse zones are not generated for hosts with multiple ips #209

Open
mikelsid opened this issue Apr 19, 2023 · 0 comments · May be fixed by #210
Open

Reverse zones are not generated for hosts with multiple ips #209

mikelsid opened this issue Apr 19, 2023 · 0 comments · May be fixed by #210

Comments

@mikelsid
Copy link

Currently if ip for host is specified as list, PTR records are not generated
For example:

    hosts:
      - name: dns-01
        ip:
          - "10.0.0.2"
      - name:  test
        ip: 
          - "10.0.0.3"
          - "10.0.0.4"

Such hosts won't receive any PTR records

@mikelsid mikelsid linked a pull request Apr 19, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant