# Functions
ChangeLogLevel changes proxy log level to correspond to the logrus log level 'level'.
GetProxyPort() returns the fixed listen port for a proxy, if any.
StartProxySupport starts the servers to support L7 proxies: xDS GRPC server and access log server.
# Constants
ProxyKeepAlivePeriod is the time used for sending periodic keepalives on proxy connections.
# Variables
DefaultDNSProxy is the global, shared, DNS Proxy singleton.
DefaultEndpointInfoRegistry is the default instance implementing the EndpointInfoRegistry interface.
# Interfaces
No description provided by the author
RedirectImplementation is the generic proxy redirect interface that each proxy redirect type must implement.