Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
hetzner_ddns(1) 	       Hetzner DDNS Manual		 hetzner_ddns(1)

NAME
     hetzner_ddns - Hetzner Dynamic DNS Daemon

SYNOPSIS
     hetzner_ddns [--daemon] [CONFIG]

     This program should be run as a system service.

OPTIONS
     -d, --daemon
	    Detach from current shell and run as a deamon

     -h, --help
	    Print help and exit

     CONFIG
	    Use configuration file hetzner_ddns.CONFIG.conf
	    and log to file hetzner_ddns.CONFIG.log

USAGE
   Run on startup
     service hetzner_ddns enable

   Start
     service hetzner_ddns start

   Stop
     service hetzner_ddns stop

   Runtime messages log file
     Runtime log is located at /var/log/hetzner_ddns.log

   Multiple daemon instances (systemd only)
     systemctl <action> hetzner_ddns@CONFIG

CONFIGURATION
     Configuration file is located at /usr/local/etc/hetzner_ddns.conf

     interval <seconds>
	    Seconds between updates / TTL value

     key <32 character key>
	    Hetzner DNS API key

     domain <domain name>
	    Top level domain name

     records <hostname>...
	    Space separated host subdomains ( @ for the domain itself )

hetzner_ddns 0.2.4		  1 August 2023 		 hetzner_ddns(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hetzner_ddns&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help