File: control

package info (click to toggle)
tinydyndns 0.4.2.debian1-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 1,332 kB
  • ctags: 1,221
  • sloc: ansic: 10,245; sh: 291; makefile: 73
file content (25 lines) | stat: -rw-r--r-- 1,139 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
Source: tinydyndns
Section: net
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Standards-Version: 3.8.0.1

Package: tinydyndns
Architecture: any
Depends: ${shlibs:Depends}
Recommends: djbdns, mailfront, daemontools, ucspi-tcp, runit | daemontools-run, cvm, make
Description:pop-before-dyndns service using djbdns
 tinydyndns is a simple but powerful dynamic DNS solution that uses
 djbdns.  It cooperates with the djbdns package to publish dynamic IP
 addresses authenticated through POP connections.  On successfully
 authenticated POP connections, the tinydyndns-update program manipulates
 tinydns' constant database "data.cdb" directly without rebuilding it;
 this makes the dynamic DNS solution use very few system resources.
 .
 Using a POP service for authentication saves the work for installing
 special client software, since POP clients are available for every
 common network-aware operating system.  To provide the DNS and POP
 services, tinydyndns cooperates with djbdns, mailfront, and cvm.
 .
 The POP service can easily be replaced with other services that provide
 authentication, such as APOP, IMAPS, ...