summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-03-05 13:48:59 +0100
committerLennart Poettering <lennart@poettering.net>2024-03-05 15:31:32 +0100
commit6399be223b73ce520654242ad08de387b08b738a (patch)
treeb300217662581af1826129d4a9a789471f3716a8 /docs
parentresolved: make outselves authoritative for /etc/hosts entries in full (diff)
downloadsystemd-6399be223b73ce520654242ad08de387b08b738a.tar.xz
systemd-6399be223b73ce520654242ad08de387b08b738a.zip
resolved: make resolved authoritative in resolveing our local host name
This is a kinda a follow-up for ce266330fc3bd6767451ac3400336cd9acebe9c1: it makes resolved authoritative on our local hostname, and never contacts DNS anymore for it. We effectively already were authoritative for it, except if the user queried for other RR types than just A/AAAA. This closes the gap and refuses routing other RR type queries to DNS. Fixes: #23662
Diffstat (limited to 'docs')
-rw-r--r--docs/ENVIRONMENT.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md
index 00492829bd..4d3b7a2636 100644
--- a/docs/ENVIRONMENT.md
+++ b/docs/ENVIRONMENT.md
@@ -357,7 +357,8 @@ All tools:
`systemd-resolved`:
* `$SYSTEMD_RESOLVED_SYNTHESIZE_HOSTNAME` — if set to "0", `systemd-resolved`
- won't synthesize system hostname on both regular and reverse lookups.
+ won't synthesize A/AAAA/PTR RRs for the system hostname on either regular nor
+ reverse lookups.
`systemd-sysext`: