This file is indexed.

/usr/share/doc/dyndns/README is in dyndns 2014.0708-1.

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
Perl dyndns - A Perl Dynamic DNS (DDNS) update client
-----------------------------------------------------

Map dynamic IP address into your.hostname.example.org. A
cross-platform solution for DHCP ISP-connected users to obtain
permanent DNS, MX, and Web hosting service from a DDNS provider (e.g.
dyndns.org). Works anywhere where Perl is installed.

Source package directories

    bin/	    The program
    doc/            Documentation in various formats
    examples/       Example files for DDNS configurations

Important files

    INSTALL			Install instructions
    doc/license/LICENSE.txt 	Licensing information
    ChangeLog			Project change records

Project details

    Homepage

	http://freecode.com/projects/perl-dyndns

    Reporting bugs

	See freecode page

    Source code repository

	See freecode page

    Depends

	Perl (any version)

	Extenal CPAN libraries (required):

	  [ Debian: libwww-perl ]
	  HTTP::Request::Common
	  HTTP::Headers
	  LWP::UserAgent
	  LWP::Simple

	Extenal CPAN libraries (optional):

	  Used only if module is available. In Debian this is packaged
	  as libsys-syslog-perl

		Sys::Syslog

	External commands needed:

	    ipconfig		(Under WIndows)
	    ifconfig		(Under POSIX compliant OS)

End of file