Change the default server for dslreports1
to www.dslreports.com
Before, it defaulted to `members.dyndns.org` which didn't make much sense.
This commit is contained in:
parent
35f1be83f6
commit
25a636879f
1 changed files with 1 additions and 1 deletions
|
@ -525,6 +525,7 @@ my %services = (
|
|||
'examples' => \&nic_dslreports1_examples,
|
||||
'variables' => {
|
||||
%{$variables{'service-common-defaults'}},
|
||||
'server' => setv(T_FQDNP, 1, 0, 'www.dslreports.com', undef),
|
||||
'host' => setv(T_NUMBER, 1, 1, 0, undef),
|
||||
},
|
||||
},
|
||||
|
@ -3092,7 +3093,6 @@ Configuration variables applicable to the 'dslreports1' protocol are:
|
|||
Example ${program}.conf file entries:
|
||||
## single host update
|
||||
protocol=dslreports1, \\
|
||||
server=www.dslreports.com, \\
|
||||
login=my-dslreports-login, \\
|
||||
password=my-dslreports-password \\
|
||||
123456
|
||||
|
|
Loading…
Reference in a new issue