From 54edee22ff3c134b903a992c0eba965417097532 Mon Sep 17 00:00:00 2001 From: orvice L Date: Thu, 24 Oct 2024 00:32:57 +0800 Subject: [PATCH] fix --- cmd/ddns/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/ddns/main.go b/cmd/ddns/main.go index 923cd84..23d4048 100644 --- a/cmd/ddns/main.go +++ b/cmd/ddns/main.go @@ -115,6 +115,7 @@ func updateIP(ctx context.Context) error { { Name: name, Value: ip, + Type: "A", }, }) if err != nil {