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