We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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 ?
Sorry, something went wrong.
No branches or pull requests
Hello,
I need to create a record like this in the zone file :
Note: the it's the subdomain+domain in the 3 lines
If I use unbound_domains_with_reverses variable like this :
It didn't do the trick.
I also tried :
Is it possible ?
Thanks for all
The text was updated successfully, but these errors were encountered: