aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-09-18 19:34:42 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-09-18 19:34:42 +0200
commit9145b504b3179e723a66ede952f8983beebfddab (patch)
tree265d16b2e17a741efcfa98841de7314bdc0c7662 /README.md
parent3085cbd722547ad45cdd5f69d2a39e8aae04d785 (diff)
introduce crate feature for localhost DNS resolution
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1e4de42..12bf5ed 100644
--- a/README.md
+++ b/README.md
@@ -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.