aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-10-16 17:48:15 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-10-16 17:48:15 +0200
commit91d21727799b5859f6aa3075ba535c31d696158a (patch)
treeb7b44969a5671c4cf2b2c8ebae62b0dc9087687d
parentf4a372644e8afac685c15cd0a945faee4f10445e (diff)
rename monitorIf -> monitor
-rw-r--r--dyndns.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/dyndns.go b/dyndns.go
index c6f2c79..d3b47ba 100644
--- a/dyndns.go
+++ b/dyndns.go
@@ -19,8 +19,8 @@ func main() {
update4 := make(chan net.IPAddr)
update6 := make(chan net.IPNet)
- go monitorIf4(update4)
- go monitorIf6(update6)
+ go monitor4(update4)
+ go monitor6(update6)
for {
select {