added dyndns dns function
This commit is contained in:
10
go.mod
10
go.mod
@@ -1,3 +1,13 @@
|
||||
module git.send.nrw/sendnrw/fritzbox_dyndns
|
||||
|
||||
go 1.23.1
|
||||
|
||||
require github.com/miekg/dns v1.1.62
|
||||
|
||||
require (
|
||||
golang.org/x/mod v0.18.0 // indirect
|
||||
golang.org/x/net v0.27.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
golang.org/x/tools v0.22.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user