- Timestamp:
- Sep 28, 2010, 2:58:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dyndns/dyndns.sh
r187 r188 3 3 # KISS Dynamic DNS service (no locking (hint lockf wrapper), no advanced checking) 4 4 # '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" 5 12 # 6 13 # = INSTALL - SSH = … … 21 28 # fetch -q -o - "http://dnsserver.example.net/dyndns/`hostname -s`/SECRET/" 22 29 # 23 # = USAGE =24 # Make sure your DNS entries has zones like this to allow remote updating25 # example 60 IN A 192.0.32.1026 # example 60 IN TXT "dyndns"27 30 # 31 # License: BSDLike - http://rickvanderzwet.nl/LICENSE 28 32 # Rick van der Zwet <info@rickvanderzwet.nl> 29 33 #
Note:
See TracChangeset
for help on using the changeset viewer.