Last change
on this file since 686 was
460,
checked in by sebas, 15 years ago
|
modulo para configurar un dyndns
|
File size:
383 bytes
|
Line | |
---|
1 | # Configuration file for ddclient |
---|
2 | # |
---|
3 | # /etc/ddclient.conf |
---|
4 | pid=/var/run/ddclient.pid |
---|
5 | protocol=dyndns2 |
---|
6 | use=web, web=checkip.dyndns.com/, web-skip='IP Address' |
---|
7 | server=<%= dyndns_server %> |
---|
8 | login=<%= dyndns_login %> |
---|
9 | password='<%= dyndns_password %>' |
---|
10 | |
---|
11 | <% if has_variable?("dyndns_wildcard") -%> |
---|
12 | wildcard=yes |
---|
13 | <% end -%> |
---|
14 | |
---|
15 | <% if has_variable?("dyndns_host") -%> |
---|
16 | <%= dyndns_host %> |
---|
17 | <% end -%> |
---|
18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.