add dns config for verbena
This commit is contained in:
parent
e1bd742247
commit
233c898530
4 changed files with 67 additions and 29 deletions
|
|
@ -19,3 +19,8 @@ _pop3s._tcp.turifer.dev. 3000 IN SRV 0 1 995 pop.migadu.com.
|
|||
|
||||
git.turifer.dev. 10800 IN A ${crocus_ipv4_address}
|
||||
git.turifer.dev. 10800 IN AAAA ${crocus_ipv6_address}
|
||||
|
||||
%{ for addr in verbena_ipv4_addresses ~}
|
||||
%{ endfor ~}
|
||||
%{ for addr in verbena_ipv6_addresses ~}
|
||||
%{ endfor ~}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue