diff options
author | Christian Hesse <mail@eworm.de> | 2023-04-26 10:25:38 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-04-26 10:30:10 +0200 |
commit | 5c7a7723f318a852c5dff087ef8ec12510846dcf (patch) | |
tree | 8fd14ab5063f831e6cd4320ebe19ec53a1ff754b | |
parent | 575c77d1a68fd8af4a6fb25f1c6c41d26f563d0a (diff) |
global-config: be more verbose about domain
-rw-r--r-- | global-config.rsc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global-config.rsc b/global-config.rsc index 71be3f2..3135b43 100644 --- a/global-config.rsc +++ b/global-config.rsc @@ -12,7 +12,8 @@ # Add extra text (or emojis) in notification tags. :global IdentityExtra ""; -# This is used for DNS and backup file. +# This is used in DNS scripts ('ipsec-to-dns' and fallback in 'dhcp-to-dns') +# and backup scripts for file names. :global Domain "example.com"; # You can send e-mail notifications. Configure the system's mail settings |