This file is indexed.

/usr/share/doc/inadyn/README.md is in inadyn 1.99.4-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
README
======

Inadyn is a simple and small dynamic DNS (DDNS) client written in C.
DDNS is a popular service for Internet users with dynamically allocated
IP addresses.

If your ISP provides you with a DHCP or PPPoE/PPPoA connection you risk
losing your IP address every time you reconnect, or in DHCP even when
the lease is renegotiated.

By using a DDNS client such as inadyn you can register an Internet name
at certain providers that the DDNS client updates, periodically and/or
on demand when your IP changes.

Inadyn can maintain multiple host names with the same IP address, and
has a web based IP detection which runs well behind a NAT router.

Common DDNS service providers supported by inadyn:

* http://www.dyndns.org
* http://freedns.afraid.org
* http://www.zoneedit.com
* http://www.no-ip.com
* http://www.easydns.com
* http://www.tzo.com
* http://www.3322.org
* http://www.dnsomatic.com
* http://www.tunnelbroker.net
* http://dns.he.net/
* http://www.dynsip.org
* http://www.sitelutions.com
* http://www.dnsexit.com
* http://www.changeip.com

Some of these services are free of charge for non-commercial use, others
take a small fee, but also provide more domains to choose from.

Multiple Accounts Support
=========================

Inadyn supports updating several DDNS servers, several accounts even on
different DDNS providers.  The following example config file illustrates
how it can be used.

Feature is courtesy of [Christian Eyrich](http://eyrich-net.org/programmiertes.html)

    background
    verbose 1
    logfile /var/log/inadyn.log
    pidfile /var/run/inadyn.pid
    
    system default@dyndns.org
      username yxxx
      password xyxx
      period 300
      alias yyyy
      alias yyyy
    
    system default@no-ip.com
      username xxyx
      password xxxy
      period 300
      alias yyyy