mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
add support unix socket for GRPC (#5943)
This commit is contained in:
@@ -129,7 +129,15 @@ Or with multiple upstreams from the same provider
|
||||
}
|
||||
~~~
|
||||
|
||||
Forward requests to a local upstream listening on a Unix domain socket.
|
||||
|
||||
~~~ corefile
|
||||
. {
|
||||
grpc . unix:///path/to/grpc.sock
|
||||
}
|
||||
~~~
|
||||
|
||||
## Bugs
|
||||
|
||||
The TLS config is global for the whole grpc proxy if you need a different `tls_servername` for
|
||||
different upstreams you're out of luck.
|
||||
different upstreams you're out of luck.
|
||||
Reference in New Issue
Block a user