summaryrefslogtreecommitdiff
path: root/ddns.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-02-21 23:35:27 +0100
committerErich Eckner <git@eckner.net>2020-02-21 23:35:27 +0100
commit35487605f4ec810d706db30311fa0d5cc75c741e (patch)
treea284137b94eaa6fe14aee7be37bb2a32fcbc1dc4 /ddns.php
parent0774c912377e293e5ddf38dc9de40e51418bf7bc (diff)
downloadddns-35487605f4ec810d706db30311fa0d5cc75c741e.tar.xz
Revert "ddns.php: named runs on 5353, now"
This reverts commit d8a6f4b092803135c20c916712f3ff276614bc1a.
Diffstat (limited to 'ddns.php')
-rw-r--r--ddns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddns.php b/ddns.php
index 16bbd8f..31b8706 100644
--- a/ddns.php
+++ b/ddns.php
@@ -112,7 +112,7 @@
"send\n";
// actually do something
- $pin = popen('nsupdate -p 5353 -l', 'w');
+ $pin = popen('nsupdate -l', 'w');
if ($pin === FALSE)
die();