1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
This commit is contained in:
Tom Limoncelli
2020-07-06 20:18:24 -04:00
committed by GitHub
parent 367a14ab44
commit 541bb805da
21 changed files with 45 additions and 97 deletions

View File

@@ -72,7 +72,7 @@ func New(cfg map[string]string, metadata json.RawMessage) (providers.DNSServiceP
if err != nil {
return nil, err
}
var nss *string = nil
var nss *string
if val, ok := cfg["name_server_set"]; ok {
fmt.Printf("GCLOUD :name_server_set %s configured\n", val)
nss = sPtr(val)