From 5f8cf3cafcf55c76e23f153f3b9016a075ee9311 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Wed, 5 Mar 2014 23:07:51 +0100 Subject: [PATCH] Added system and url parameters. They are ignored for now. --- cgi-bin/dyndns.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cgi-bin/dyndns.py b/cgi-bin/dyndns.py index 98a3bd1..a3f436b 100755 --- a/cgi-bin/dyndns.py +++ b/cgi-bin/dyndns.py @@ -34,6 +34,8 @@ wildcard = fields.getvalue('wildcard') mx = fields.getvalue('mx') backmx = fields.getvalue('backmx') offline = fields.getvalue('offline') +system = fields.getvalue('system') +url = fields.getvalue('url') try: -- 2.39.5