From 2ff7862bf25be048315a8a87abf90ac1dd20d0fa Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 3 Oct 2022 09:29:45 +0900 Subject: [PATCH] resolve: drop remaining references for Monitor= Follow-up for b25d819aee10b79a1c972d25be81a238448134dd. --- man/resolved.conf.xml | 9 --------- src/resolve/resolved.conf.in | 1 - 2 files changed, 10 deletions(-) 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 -- 2.47.3