forked from toolshed/abra
refactor: less quotes
This commit is contained in:
@ -47,7 +47,7 @@ func EnsureIPv4(domainName string) (string, error) {
|
||||
},
|
||||
}
|
||||
|
||||
logrus.Debugf("created DNS resolver via '%s'", freifunkDNS)
|
||||
logrus.Debugf("created DNS resolver via %s", freifunkDNS)
|
||||
|
||||
ctx := context.Background()
|
||||
ips, err := resolver.LookupIPAddr(ctx, domainName)
|
||||
|
Reference in New Issue
Block a user