Do not force TCP connections to upstreams. (#4492)
This commit is contained in:
parent
3b9d13fda9
commit
15597aa493
1 changed files with 1 additions and 3 deletions
|
@ -51,8 +51,6 @@ data:
|
||||||
reload
|
reload
|
||||||
loop
|
loop
|
||||||
bind {{ nodelocaldns_ip }}
|
bind {{ nodelocaldns_ip }}
|
||||||
forward . {{ upstreamForwardTarget }} {
|
forward . {{ upstreamForwardTarget }}
|
||||||
force_tcp
|
|
||||||
}
|
|
||||||
prometheus :9253
|
prometheus :9253
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue