From 1de04a8367fa0dc8d78100165cd7406c2377f917 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 3 Oct 2022 21:59:48 +0300 Subject: [PATCH] unbound/00-insecure-domains.conf: add http.badssl.com, my captive portal trigger goto --- etc/unbound/unbound.conf.d/00-insecure-domains.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/unbound/unbound.conf.d/00-insecure-domains.conf b/etc/unbound/unbound.conf.d/00-insecure-domains.conf index 5a354c5b..3b0bf4f9 100644 --- a/etc/unbound/unbound.conf.d/00-insecure-domains.conf +++ b/etc/unbound/unbound.conf.d/00-insecure-domains.conf @@ -15,3 +15,9 @@ forward-zone: name: "tplinkrepeater.net" forward-tls-upstream: no forward-addr: 8.8.8.8 + +# Can I refer to subdomain as a zone? +forward-zone: + name: "http.badssl.com" + forward-tls-upstream: no + forward-addr: 8.8.8.8