source: trunk/puppet/modules/puppet-dyndns/templates/ddclient.conf.erb @ 460

Last change on this file since 460 was 460, checked in by sebas, 14 years ago

modulo para configurar un dyndns

File size: 383 bytes
Line 
1# Configuration file for ddclient
2#
3# /etc/ddclient.conf
4pid=/var/run/ddclient.pid
5protocol=dyndns2
6use=web, web=checkip.dyndns.com/, web-skip='IP Address'
7server=<%= dyndns_server %>
8login=<%= dyndns_login %>
9password='<%= dyndns_password %>'
10
11<% if has_variable?("dyndns_wildcard") -%>
12wildcard=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.