Skip to content

Commit 20fb1db

Browse files
committed
dns: update default first start config
1 parent cd20350 commit 20fb1db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/roles/dns/role.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ func New(instance roles.Instance) *Role {
5353
},
5454
{
5555
"type": "forward_ip",
56-
"to": extconfig.Get().FallbackDNS,
57-
"cache_ttl": "3600",
56+
"to": []string{extconfig.Get().FallbackDNS},
57+
"cache_ttl": 3600,
5858
},
5959
}
6060
err := zone.put(ev.Context)

0 commit comments

Comments
 (0)