mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
setddns.pl: Switch off debuging output.
Switch off accidently enabled debugging output from commit
dc98645fd4
This commit is contained in:
@@ -51,7 +51,7 @@ if ($ip eq "unavailable") {
|
||||
exit(0);
|
||||
}
|
||||
|
||||
&General::log("Dynamic DNS public router IP is: $ip");
|
||||
#&General::log("Dynamic DNS public router IP is: $ip");
|
||||
|
||||
if ($ARGV[0] eq '-f') {
|
||||
unlink ($cachefile); # next regular calls will try again if this force update fails.
|
||||
|
||||
Reference in New Issue
Block a user