fix unbound config
This commit is contained in:
parent
a343fb0edc
commit
9f2ae7286a
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ in
|
||||||
"127.0.0.1"
|
"127.0.0.1"
|
||||||
"::1"
|
"::1"
|
||||||
];
|
];
|
||||||
tls-upstream = "yes";
|
#tls-upstream = "yes";
|
||||||
tls-cert-bundle = "/etc/ssl/certs/ca-bundle.crt";
|
#tls-cert-bundle = "/etc/ssl/certs/ca-bundle.crt";
|
||||||
forward-zone = [
|
forward-zone = [
|
||||||
{
|
{
|
||||||
name = ".";
|
name = ".";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue