Skip to content

Commit

Permalink
Removed fqdn from list of DNS entries - not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed May 18, 2016
1 parent 27ad0c1 commit e9cf6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-create-zone-and-populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main():
{'name':'foo', 'type':'AAAA', 'content':'2001:d8b::1'},
{'name':'foo', 'type':'A', 'content':'192.168.0.1'},
{'name':'duh', 'type':'A', 'content':'10.0.0.1', 'ttl':120},
{'name':'bar', 'type':'CNAME', 'content':'foo.mahtin.net'},
{'name':'bar', 'type':'CNAME', 'content':'foo'},
{'name':'shakespeare', 'type':'TXT', 'content':"What's in a name? That which we call a rose by any other name would smell as sweet."}
]

Expand Down

0 comments on commit e9cf6aa

Please sign in to comment.