Fix Typo in kresd-forward.conf

This commit is contained in:
minoplhy 2021-08-28 13:33:05 +07:00
parent 1e7c562bdb
commit 9418035b77

View File

@ -36,7 +36,7 @@ policy.add(policy.all(
-- the one with lowest round-trip time will be used
--
-- You can changes this as your choices address below is DOT
-- and there's other protocol avvailable on : https://knot-resolver.readthedocs.io/en/stable/config-network-forwarding.html
-- and there's other protocol available on : https://knot-resolver.readthedocs.io/en/stable/config-network-forwarding.html
{'9.9.9.9', hostname='dns.quad9.net'},
{'2620:fe::fe', hostname='dns.quad9.net'},
})