Skip to content

Commit

Permalink
fix: panic when init ddns config failed
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiMeow committed Nov 7, 2023
1 parent d29d5e4 commit 18d42b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daemon/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func Serve() {
d, err := newDDNS(iface)
if err != nil {
logrus.WithField("iface", iface).WithError(err).Error("failed to init ddns config")
continue
}
cfgs = append(cfgs, d)
}
Expand Down

0 comments on commit 18d42b6

Please sign in to comment.