Skip to content

Release v0.51.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 13:02

Added

  • The ability to specify the DNS timeout via CLI arguments and configuration file (#333).
  • The ability to set domain-specific fallback servers, like in general and private upstream configurations.

Changed

  • The Fallbacks field of the proxy.Config is now an proxy.UpstreamConfig.
  • Validation policy now restricts usage of empty non-nil upstream configurations for the PrivateRDNSUpstreamConfig, and Fallbacks fields of proxy.Config and will cause an error on call to Start.

Fixed