From 67c32b490d59a8f6e817e052e794169e5a60da23 Mon Sep 17 00:00:00 2001 From: Fredrik Wahlberg Date: Sat, 10 Jan 2004 23:08:24 +0000 Subject: [PATCH] Reformatting --- dnsupdate.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dnsupdate.py b/dnsupdate.py index 56452d6..3242bb2 100644 --- a/dnsupdate.py +++ b/dnsupdate.py @@ -5,11 +5,13 @@ import re import string import sys +# dnsupdate.py +# Updates a dynamic dns-record using a TSIG key. + domain = "lubcke.se" keyname = "lubcke.se." keysecret = "ZGhNJ05b8ThmHOXhJvkvMw==" -# Updates a dns-record def update(): # Get command line args