We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd20350 commit 20fb1dbCopy full SHA for 20fb1db
1 file changed
pkg/roles/dns/role.go
@@ -53,8 +53,8 @@ func New(instance roles.Instance) *Role {
53
},
54
{
55
"type": "forward_ip",
56
- "to": extconfig.Get().FallbackDNS,
57
- "cache_ttl": "3600",
+ "to": []string{extconfig.Get().FallbackDNS},
+ "cache_ttl": 3600,
58
59
}
60
err := zone.put(ev.Context)
0 commit comments