Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed Oct 23, 2024
1 parent 7a52b97 commit 54edee2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ddns/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ func updateIP(ctx context.Context) error {
{
Name: name,
Value: ip,
Type: "A",
},
})
if err != nil {
Expand Down

0 comments on commit 54edee2

Please sign in to comment.