Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit e9cf6aa

Browse files
committed
Removed fqdn from list of DNS entries - not needed
1 parent 27ad0c1 commit e9cf6aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/example-create-zone-and-populate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def main():
3737
{'name':'foo', 'type':'AAAA', 'content':'2001:d8b::1'},
3838
{'name':'foo', 'type':'A', 'content':'192.168.0.1'},
3939
{'name':'duh', 'type':'A', 'content':'10.0.0.1', 'ttl':120},
40-
{'name':'bar', 'type':'CNAME', 'content':'foo.mahtin.net'},
40+
{'name':'bar', 'type':'CNAME', 'content':'foo'},
4141
{'name':'shakespeare', 'type':'TXT', 'content':"What's in a name? That which we call a rose by any other name would smell as sweet."}
4242
]
4343

0 commit comments

Comments
 (0)