Reformatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user