1EZ-IPUPDATE(8) Dynamic DNS client EZ-IPUPDATE(8)
2
3
4
6 ez-ipupdate - dynamic DNS client
7
9 ez-ipupdate [options]
10
12 This manual page documents briefly the ez-ipupdate dynamic DNS client.
13
14
16 ez-ipupdate follows the usual GNU command line syntax, with long
17 options starting with two dashes (`-').
18
19 -a, --address <ip address>
20 string to send as your ip address
21
22 -b, --cache-file <file>
23 file to use for caching the ipaddress
24
25 -c, --config-file <file>
26 configuration file, almost all arguments can be given with:
27 <name>[=<value>] to see a list of possible config commands try
28 "echo help | ez-ipupdate -c -"
29
30 -d, --daemon
31 run as a daemon periodicly updating if necessary
32
33 -e, --execute <command>
34 shell command to execute after a successful update
35
36 -f, --foreground
37 when running as a daemon run in the foreground
38
39 -F, --pid-file <file>
40 use <file> as a pid file
41
42 -g, --request-uri <uri>
43 URI to send updates to
44
45 -h, --host <host>
46 string to send as host parameter
47
48 -i, --interface <iface>
49 which interface to use
50
51 -L, --cloak_title <host>
52 some stupid thing for DHS only
53
54 -m, --mx <mail exchange>
55 string to send as your mail exchange
56
57 -M, --max-interval <# of sec> max time in between updates
58
59 -N, --notify-email <email>
60 address to send mail to if bad things happen
61
62 -o, --offline
63 set to off line mode
64
65 -p, --resolv-period <sec>
66 period to check IP if it can't be resolved
67
68 -P, --period <# of sec>
69 period to check IP in daemon mode (default: 1800 seconds)
70
71 -q, --quiet
72 be quiet
73
74 -r, --retrys <num>
75 number of trys (default: 1)
76
77 -R, --run-as-user <user>
78 change to <user> for running, be ware that this can cause prob‐
79 lems with handeling SIGHUP properly if that user can't read the
80 config file. also it can't write it's pid file to a root direc‐
81 tory
82
83 -Q, --run-as-euser <user>
84 change to effective <user> for running, this is NOT secure but
85 it does solve the problems with run-as-user and config files and
86 pid files.
87
88 -s, --server <server[:port]>
89 the server to connect to
90
91 -S, --service-type <server>
92 the type of service that you are using try one of: null ezip
93 pgpow dhs dyndns dyndns-static dyndns-custom ods tzo easydns
94 easydns-partner gnudip justlinux dyns hn zoneedit heipv6tb
95
96 -t, --timeout <sec.millisec>
97 the amount of time to wait on I/O
98
99 -T, --connection-type <num>
100 number sent to TZO as your connection type (default: 1)
101
102 -U, --url <url>
103 string to send as the url parameter
104
105 -u, --user <user[:passwd]>
106 user ID and password, if either is left blank they will be
107 prompted for
108
109 -w, --wildcard
110 set your domain to have a wildcard alias
111
112 -z, --partner <partner>
113 specify easyDNS partner (for easydns-partner services)
114
115 --help display this help and exit
116
117 --version
118 output version information and exit
119
120 --credits
121 print the credits and exit
122
123 --signalhelp
124 print help about signals
125
127 This manual page was written by Sam Hocevar <sam@zoy.org> for the
128 Debian GNU/Linux system (but may be used by others).
129
130
131
132ez-ipupdate - 3.0.11b7 February 2003 EZ-IPUPDATE(8)