dns: got reverse dns working
This commit is contained in:
parent
6585a3c88a
commit
9b1a936f03
10 changed files with 41 additions and 13 deletions
|
@ -36,7 +36,7 @@ in {
|
|||
];
|
||||
cname = [];
|
||||
reverse = [
|
||||
"${builtins.substring 9 3 ip_pub} IN PTR ${name}"
|
||||
"${builtins.substring 9 3 ip_pub} IN PTR ${hostname}."
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue