summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-18 09:20:50 +0100
committerErich Eckner <git@eckner.net>2020-01-18 09:20:50 +0100
commit30aa319bb3dd4a79f087bc672e025149a0b94526 (patch)
treeb6541106ffc1a5bb8b158f6b6c1a52bd85037f2f
parentbc13e32890fc4865b4ebf145ad03e33586407e8a (diff)
downloadddns-30aa319bb3dd4a79f087bc672e025149a0b94526.tar.xz
ddns.php: give more verbose status
-rw-r--r--ddns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddns.php b/ddns.php
index 35d36f0..90bb760 100644
--- a/ddns.php
+++ b/ddns.php
@@ -122,4 +122,4 @@
file_put_contents('/srv/http/vhosts/eckner.net/ddns/log', $logContent, FILE_APPEND | LOCK_EX);
- print "ok\n";
+ print "updated ips: " . implode($ips,", ") . "\n";