Skip to content
Snippets Groups Projects
Commit c3479cdc authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch '6138-sshfp-record-populated-twice-with-same-data' into 'develop'

Resolve "SSHFP record populated twice with same data"

Closes #6138

See merge request ispconfig/ispconfig3!1467
parents 312cfd49 768a531a
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ $TTL {tmpl_var name='ttl'} ...@@ -54,7 +54,7 @@ $TTL {tmpl_var name='ttl'}
{tmpl_var name='name'} {tmpl_var name='ttl'} SRV {tmpl_var name='aux'} {tmpl_var name='data'} {tmpl_var name='name'} {tmpl_var name='ttl'} SRV {tmpl_var name='aux'} {tmpl_var name='data'}
</tmpl_if> </tmpl_if>
<tmpl_if name="type" op='==' value='SSHFP'> <tmpl_if name="type" op='==' value='SSHFP'>
{tmpl_var name='name'} {tmpl_var name='ttl'} SSHFP {tmpl_var name='data'} {tmpl_var name='data'} {tmpl_var name='name'} {tmpl_var name='ttl'} SSHFP {tmpl_var name='data'}
</tmpl_if> </tmpl_if>
<tmpl_if name="type" op='==' value='TLSA'> <tmpl_if name="type" op='==' value='TLSA'>
{tmpl_var name='name'} {tmpl_var name='ttl'} TLSA {tmpl_var name='data'} {tmpl_var name='name'} {tmpl_var name='ttl'} TLSA {tmpl_var name='data'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment