File: ddclient.pod

package info (click to toggle)
ddclient 3.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,632 kB
  • sloc: perl: 14,357; sh: 1,106; makefile: 154; xml: 55
file content (28 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=pod

=head1 NAME

ddclient -- Update IP addresses at dynamic DNS services

=head1 SYNOPSIS

ddclient B<-help>

ddclient [B<-daemon> interval] [B<-proxy> host] [B<-server> host]
[B<-protocol> type] [B<-file> configfile] [B<-cache> cachefile]
[B<-pid> pidfile] [B<-use> mechanism] [B<-if> interface|B<-ip> ipaddress|
B<-web> provider|url]

=head1 DESCRIPTION

A perl based client to update your dynamic IP address at DynDNS.com
(or other dynamic DNS services such as Hammernode, Zoneedit or
EasyDNS), thus allowing you and others to use a fixed hostname
(myhost.dyndns.org) to access your machine. This client supports both
the dynamic and (near) static services, MX setting, and alternative
host. It caches the address, and only attempts the update if the address
actually changes.

For usage information please run ddclient -help.

=cut