Changeset 188


Ignore:
Timestamp:
Sep 28, 2010, 2:58:51 PM (14 years ago)
Author:
Rick van der Zwet
Message:

Usage and license blurp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyndns/dyndns.sh

    r187 r188  
    33# KISS Dynamic DNS service (no locking (hint lockf wrapper), no advanced checking)
    44# 'ping' is based on ssh call or CGI call
     5#
     6# = PREREQUISITES =
     7# 1) Make sure your SOA is within the first 10 lines of your zone file and has
     8#      the format YYYYMMDDNN
     9# 2) Make sure your DNS entries has zones like this to allow remote updating
     10#      example 60 IN A 192.0.32.10
     11#      example 60 IN TXT "dyndns"
    512#
    613# = INSTALL - SSH =
     
    2128#      fetch -q -o - "http://dnsserver.example.net/dyndns/`hostname -s`/SECRET/"
    2229#
    23 # = USAGE =
    24 # Make sure your DNS entries has zones like this to allow remote updating
    25 #   example 60 IN A 192.0.32.10
    26 #   example 60 IN TXT "dyndns"
    2730#
     31# License: BSDLike - http://rickvanderzwet.nl/LICENSE
    2832# Rick van der Zwet <info@rickvanderzwet.nl>
    2933#
Note: See TracChangeset for help on using the changeset viewer.