From b4ca7fce9e81707f7103d095b2b0afd005162869 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 2 Feb 2021 11:35:57 -0800 Subject: [PATCH] docs: expand dns_mitm wildcard wording --- docs/features/dns_mitm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/dns_mitm.md b/docs/features/dns_mitm.md index b289078bd..8040fca71 100644 --- a/docs/features/dns_mitm.md +++ b/docs/features/dns_mitm.md @@ -8,7 +8,7 @@ By default, atmosphère redirects resolution requests for official telemetry ser DNS.mitm can be configured through the usage of a slightly-extended `hosts` file format, which is parsed only once on system startup. In particular, hosts files parsed by DNS.mitm have the following extensions to the usual format: -+ `*` is treated as a wildcard character. ++ `*` is treated as a wildcard character, matching any collection of 0 or more characters wherever it occurs in a hostname. + `%` is treated as a stand-in for the value of `nsd!environment_identifier`. This is always `lp1`, on production devices. Please note that homebrew may trigger a hosts file re-parse by sending the extension IPC command 65000 ("AtmosphereReloadHostsFile") to a connected `sfdnsres` session.