source:
trunk/puppet/modules/puppet-dyndns/templates/ddclient.conf.erb
@
765
Last change on this file since 765 was 732, checked in by , 14 years ago | |
---|---|
File size: 321 bytes |
Rev | Line | |
---|---|---|
[732] | 1 | # Managed by puppet |
[460] | 2 | # Configuration file for ddclient |
3 | # | |
4 | # /etc/ddclient.conf | |
5 | protocol=dyndns2 | |
[732] | 6 | use=web, web=checkip.dyndns.com, web-skip='IP Address' |
7 | server=members.dyndns.org | |
[460] | 8 | login=<%= dyndns_login %> |
9 | password='<%= dyndns_password %>' | |
10 | <% if has_variable?("dyndns_wildcard") -%> | |
11 | wildcard=yes | |
12 | <% end -%> | |
13 | <%= dyndns_host %> |
Note: See TracBrowser
for help on using the repository browser.