nodelocaldns.yaml: remove force_tcp option which used for external dns query

This commit is contained in:
lemonli 2020-07-27 18:29:29 +08:00
parent bc9c5afaf0
commit 97f50fb0b5

View File

@ -97,9 +97,7 @@ data:
reload
loop
bind __PILLAR__LOCAL__DNS__ __PILLAR__DNS__SERVER__
forward . __PILLAR__UPSTREAM__SERVERS__ {
force_tcp
}
forward . __PILLAR__UPSTREAM__SERVERS__
prometheus :9253
}
---