rewrite most code; removes database to solely rely on config file
This commit is contained in:
parent
32bf03dc07
commit
ef22e29cef
10 changed files with 246 additions and 249 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module git.preisner.eu/preisi/dyndns
|
||||
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/pelletier/go-toml v1.9.3
|
||||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue