config.go 70 B

12345
  1. package dns
  2. type CacheConfig interface {
  3. TrustedSource() []string
  4. }