summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eraya@a21an.org>2022-01-29 20:01:00 +0300
committerSam James <sam@gentoo.org>2024-08-31 08:10:13 +0100
commit39301e95ce662ec2f7feda5aafc9adc32a04901d (patch)
tree3b3d56e24662e0431d86c1defa0f7d0c64246e00 /net-dns
parentnet-dns/bind: add dot and doh examples to config file (diff)
downloadgentoo-39301e95ce662ec2f7feda5aafc9adc32a04901d.tar.gz
gentoo-39301e95ce662ec2f7feda5aafc9adc32a04901d.tar.bz2
gentoo-39301e95ce662ec2f7feda5aafc9adc32a04901d.zip
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@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/24001 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind/files/named.conf-r92
1 files changed, 1 insertions, 1 deletions
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; };