Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
orvice committed Jun 17, 2024
1 parent 8d2cd31 commit a9e2921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/ddns/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ func updateIP(ctx context.Context) error {
}

currentIP, err := dnsProvider.GetIP(ctx, config.DOMAIN)
if err != nil {
return err
}

log.Infow("get ip",
"from_getter", ip,
Expand Down

0 comments on commit a9e2921

Please sign in to comment.