~ubuntu-branches/ubuntu/wily/ddclient/wily

« back to all changes in this revision

Viewing changes to debian/ddclient.pod

  • Committer: Bazaar Package Importer
  • Author(s): Marco Rodrigues
  • Date: 2007-10-25 18:49:43 UTC
  • Revision ID: james.westby@ubuntu.com-20071025184943-6ipa2xo6c884h9xv
Tags: 3.7.3-4ubuntu1
* Merge from debian unstable, remaining changes:
  - call dh_installinit with -u multiuser (Teardown spec).
  - debian/patches: Add sample_ubuntu.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
ddclient B<-help>
10
10
 
11
11
ddclient [B<-daemon> interval] [B<-proxy> host] [B<-server> host]
12
 
[B<-protocol> type] [B<-file> configfile] [B<-cache> cachefile] 
 
12
[B<-protocol> type] [B<-file> configfile] [B<-cache> cachefile]
13
13
[B<-pid> pidfile] [B<-use> mechanism] [B<-if> interface|B<-ip> ipaddress|
14
14
B<-web> provider|url]
15
15
 
16
16
=head1 DESCRIPTION
17
17
 
18
 
ddclient is a little program to update IP addresses managed
19
 
using dynamic DNS providers such as DynDNS.com.
 
18
A perl based client to update your dynamic IP address at DynDNS.com
 
19
(or other dynamic DNS services such as Hammernode, Zoneedit or
 
20
EasyDNS), thus allowing you and others to use a fixed hostname
 
21
(myhost.dyndns.org) to access your machine. This client supports both
 
22
the dynamic and (near) static services, MX setting, and alternative
 
23
host. It caches the address, and only attempts the update if the address
 
24
actually changes.
20
25
 
21
26
For usage information please run ddclient -help.
22
27