dns: added a reverse dns option
This commit is contained in:
parent
d3e1e3e67f
commit
be0868b860
6 changed files with 23 additions and 3 deletions
|
@ -58,5 +58,8 @@ in {
|
|||
#"stream CNAME ${name}"
|
||||
"ulfm CNAME ${name}"
|
||||
];
|
||||
reverse = [
|
||||
"${builtins.substring 9 3 ip_pub} IN PTR ${name}"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue