Skip to content

Commit 647a28c

Browse files
committed
Added the creation of a TXT record to keep track of the alias
1 parent e8483da commit 647a28c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerDDNS.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
zone_update_add_alias_template = """update delete {0}.{1}
2020
update add {0}.{1} 600 CNAME {2}.{1}.
21+
update add {2}.{1} 600 TXT dockerDDNS-alias={0}
2122
"""
2223

2324

0 commit comments

Comments
 (0)