diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-18 19:34:42 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-09-18 19:34:42 +0200 |
commit | 9145b504b3179e723a66ede952f8983beebfddab (patch) | |
tree | 265d16b2e17a741efcfa98841de7314bdc0c7662 /README.md | |
parent | 3085cbd722547ad45cdd5f69d2a39e8aae04d785 (diff) |
introduce crate feature for localhost DNS resolution
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ dyndns [config] where config is the config path (defaults to /data/dyndns.conf). +# Crate features + +This crate provides the `localhost_dns` feature, which is enabled by default. +If enabled, `localhost_dns` causes `[::1]:53` to be used for resolution +of the API endpoint hostnames. Otherwise the system configuration is used. + # Configuration The configuration file is simply a JSON file. |