mirror of
https://github.com/coredns/coredns.git
synced 2025-12-04 17:35:13 -05:00
add support unix socket for GRPC (#5943)
This commit is contained in:
@@ -6,6 +6,7 @@ const (
|
||||
TLS = "tls"
|
||||
GRPC = "grpc"
|
||||
HTTPS = "https"
|
||||
UNIX = "unix"
|
||||
)
|
||||
|
||||
// Port numbers for the various transports.
|
||||
|
||||
Reference in New Issue
Block a user