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
In order to ensure that fqdn's resolve, site.domainname should be written to dnsmasq.conf whenever the file is rewritten.
If site.domainname is my.test.lab, then the line for dnsmasq.conf is: domain=my.test.lab
For ptr lookups, all records need to be written to the dnsmasq.conf file with the syntax: ptr-record=fqdn,ipaddress
eg: For the host host1.my.test.lab with the address 10.0.0.2, the line would be: ptr-record=host1.my.test.lab, 10.0.0.2
The text was updated successfully, but these errors were encountered:
odyssey4me is going to take a pass at this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In order to ensure that fqdn's resolve, site.domainname should be written to dnsmasq.conf whenever the file is rewritten.
If site.domainname is my.test.lab, then the line for dnsmasq.conf is:
domain=my.test.lab
For ptr lookups, all records need to be written to the dnsmasq.conf file with the syntax:
ptr-record=fqdn,ipaddress
eg:
For the host host1.my.test.lab with the address 10.0.0.2, the line would be:
ptr-record=host1.my.test.lab, 10.0.0.2
The text was updated successfully, but these errors were encountered: