Reformatting

This commit is contained in:
2004-01-10 23:08:24 +00:00
parent 982e23e1ea
commit 67c32b490d

View File

@@ -5,11 +5,13 @@ import re
import string import string
import sys import sys
# dnsupdate.py
# Updates a dynamic dns-record using a TSIG key.
domain = "lubcke.se" domain = "lubcke.se"
keyname = "lubcke.se." keyname = "lubcke.se."
keysecret = "ZGhNJ05b8ThmHOXhJvkvMw==" keysecret = "ZGhNJ05b8ThmHOXhJvkvMw=="
# Updates a dns-record
def update(): def update():
# Get command line args # Get command line args