File: README

package info (click to toggle)
dyndns 2016.1021-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 492 kB
  • ctags: 163
  • sloc: perl: 3,358; makefile: 167
file content (59 lines) | stat: -rw-r--r-- 1,254 bytes parent folder | download
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 addresss 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