diff options
author | Erich Eckner <git@eckner.net> | 2020-02-21 23:35:27 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-21 23:35:27 +0100 |
commit | 35487605f4ec810d706db30311fa0d5cc75c741e (patch) | |
tree | a284137b94eaa6fe14aee7be37bb2a32fcbc1dc4 /ddns.php | |
parent | 0774c912377e293e5ddf38dc9de40e51418bf7bc (diff) | |
download | ddns-35487605f4ec810d706db30311fa0d5cc75c741e.tar.xz |
Revert "ddns.php: named runs on 5353, now"
This reverts commit d8a6f4b092803135c20c916712f3ff276614bc1a.
Diffstat (limited to 'ddns.php')
-rw-r--r-- | ddns.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |