diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-10-16 18:04:49 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-10-16 18:04:49 +0200 |
commit | f7a7fc2170dbbaeaa046d238619471f7b5bff4bb (patch) | |
tree | c30f081fb34b7613be9241679cbd186d7978ca64 /dyndns.go | |
parent | f5af422e4dd813b19f475e41e3f79bf2e789382c (diff) |
merge monitor4 and monitor6
Diffstat (limited to 'dyndns.go')
-rw-r--r-- | dyndns.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,8 +19,7 @@ func main() { update4 := make(chan net.IPAddr) update6 := make(chan net.IPNet) - go monitor4(conf, update4) - go monitor6(conf, update6) + go monitor(conf, update4, update6) for { select { |