XRPi Home

Documentation Index
Alphabetic Index

XRPi Documentation - System Files

DYNDNS.CFG

Name

DYNDNS.CFG -- Dynamic DNS Update Client Configuration File.

Description

This optional file is used by the Dynamic DNS Update Client, and contains information about your account, the address(es) you wish to update, and the method of update.

If you are not using the client, you do not need this file.

Examples

The following is an example DYNDNS.CFG file:

; DYNDNS.CFG:
; Configuration file for XRouter Dynamic DNS update client
; Do not delete or change the order of entries.
;
; Update server name
members.dyndns.org
;
; IP detection server
checkip.dyndns.org
;
; Account Name (put your own account name here)
test
;
; Account Password (Put your password here)
test
;
; System (dyndns, statdns or custom)
; (The latter two are only available on subscription.)
dyndns
;
; Use external IP detection? (yes / no)
; This should be set to NO if Xrouter is directly connected
; to the Internet or YES if the Internet connection is via
; another router.
NO
;
; Wildcard (ON / OFF)
; If this is set to ON, *.host.domain will be aliased to
; host.domain
ON
;
; Hostname(s) to be updated, separated by commas. No spaces.
; (put your own hostname(s) here)
test.ath.cx,test.dyndns.org,test.dnsalias.net
;

See also

DYNDNS(9) -- Dynamic DNS Update Client