LocalDNSProtocol type
Enforce TCP or prefer UDP protocol for connections from localDNS to upstream DNS server.
KnownLocalDNSProtocol can be used interchangeably with LocalDNSProtocol,
this enum contains the known values that the service supports.
Known values supported by the service
PreferUDP: Prefer UDP protocol for connections from localDNS to upstream DNS server.
ForceTCP: Enforce TCP protocol for connections from localDNS to upstream DNS server.
type LocalDNSProtocol = string