From: Yu Watanabe Date: Mon, 3 Oct 2022 00:29:45 +0000 (+0900) Subject: resolve: drop remaining references for Monitor= X-Git-Tag: v252-rc1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ff7862bf25be048315a8a87abf90ac1dd20d0fa;p=thirdparty%2Fsystemd.git resolve: drop remaining references for Monitor= Follow-up for b25d819aee10b79a1c972d25be81a238448134dd. --- diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index a0ccaec3995..3c56b767486 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -329,15 +329,6 @@ DNSStubListenerExtra=udp:[2001:db8:0:f102::13]:9953 url="https://www.iab.org/documents/correspondence-reports-documents/2013-2/iab-statement-dotless-domains-considered-harmful/">IAB Statement, and may create a privacy and security risk. - - - Monitor= - Takes a boolean argument. If true, - systemd-resolved will enable a varlink interface at - /run/systemd/resolve/io.systemd.Resolve.Monitor that exposes methods for clients to subscribe to - DNS resolution notifications on the system. If false (the default), the interface is disabled. - - diff --git a/src/resolve/resolved.conf.in b/src/resolve/resolved.conf.in index 1f36e9cb2b2..6d4176df525 100644 --- a/src/resolve/resolved.conf.in +++ b/src/resolve/resolved.conf.in @@ -32,4 +32,3 @@ #DNSStubListenerExtra= #ReadEtcHosts=yes #ResolveUnicastSingleLabel=no -#Monitor=no