Files
revsuit/pkg/dns/config.go
T

7 lines
64 B
Go

package dns
type Config struct {
Enable bool
Addr string
}