mirror of
https://github.com/aaronriedel/hetzner-ddns.git
synced 2025-06-08 03:54:48 +02:00
add .env.template
This commit is contained in:
parent
92171b2ade
commit
727b8b9a36
1 changed files with 0 additions and 0 deletions
8
.env.template
Normal file
8
.env.template
Normal file
|
@ -0,0 +1,8 @@
|
|||
##########################################################################################
|
||||
# SETTINGS
|
||||
HETZNER_API_TOKEN="" # https://dns.hetzner.com/settings/api-token
|
||||
SUBDOMAIN_IPV4="" # desired subdomain e.g. "server1"
|
||||
DNSZONE_IPV4="" # name of the zone in DNS Console e.g. "example.com"
|
||||
SUBDOMAIN_IPV6="" # desired subdomain e.g. "server1"
|
||||
DNSZONE_IPV6="" # name of the zone in DNS Console e.g. "example.com"
|
||||
##########################################################################################
|
Loading…
Add table
Add a link
Reference in a new issue