Skip to content

Commit 8f2f7a4

Browse files
authored
fix: dns record example
2 parents 42c2209 + 9085347 commit 8f2f7a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/dns/record.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
type="A",
1515
name="www.mydns.com",
1616
content="198.51.100.1",
17+
ttl=1,
1718
proxied=True,
1819
)
1920
assert record is not None

0 commit comments

Comments
 (0)