Versions in this module Expand all Collapse all v1 v1.2.1 Apr 10, 2025 v1.2.0 Apr 9, 2025 v1.1.1 Apr 3, 2025 v1.1.0 Apr 2, 2025 Changes in this version + const UnqualifiedNames + func RegisterRoutes(mux *http.ServeMux) + func ValidatePrivateConfig(uc *UpstreamConfig, privateSubnets netutil.SubnetSet) (err error) + type BlockedServicesController struct + func NewBlockedServicesController() *BlockedServicesController + func (c *BlockedServicesController) Get(w http.ResponseWriter, r *http.Request) + type ParseError struct + Idx int + func (e *ParseError) Error() (msg string) + func (e *ParseError) Unwrap() (unwrapped error) + type UpstreamConfig struct + DomainReservedUpstreams map[string][]upstream.Upstream + SpecifiedDomainUpstreams map[string][]upstream.Upstream + SubdomainExclusions *container.MapSet[string] + Upstreams []upstream.Upstream + func ParseUpstreamsConfig(lines []string, opts *upstream.Options) (conf *UpstreamConfig, err error) + func (uc *UpstreamConfig) Close() (err error)