commit: 39301e95ce662ec2f7feda5aafc9adc32a04901d Author: Eray Aslan <eraya <AT> a21an <DOT> org> AuthorDate: Sat Jan 29 17:01:00 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 31 07:10:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39301e95
net-dns/bind: whitespace Bug: https://bugs.gentoo.org/832218 Bug: https://bugs.gentoo.org/930348 Bug: https://bugs.gentoo.org/936568 Bug: https://bugs.gentoo.org/937907 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Eray Aslan <eras <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/24001 Signed-off-by: Sam James <sam <AT> gentoo.org> net-dns/bind/files/named.conf-r9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-dns/bind/files/named.conf-r9 b/net-dns/bind/files/named.conf-r9 index 1c805529c855..373a77b96018 100644 --- a/net-dns/bind/files/named.conf-r9 +++ b/net-dns/bind/files/named.conf-r9 @@ -11,7 +11,7 @@ options { // dns-over-tls listen-on port 853 tls ephemeral { 127.0.0.1; }; listen-on-v6 port 853 tls ephemeral { ::1; }; - // dns-over-https + // dns-over-https //listen-on port 443 tls ephemeral http local { 127.0.0.1; }; //listen-on-v6 port 443 tls ephemeral http local { ::1; };
