No description
Find a file
Thomas Preisner 76286b6388
All checks were successful
continuous-integration/drone/push Build is passing
config.go: iterate slices via indices to get pointers instead of copies
Iterating over a slice returns a copy of the respective member instead
of a reference to the original slice member. Thus, any modification are
discarded and the pointers saved inside cfg.users and cfg.rrconfigs are
incorrect, too.
2021-09-11 22:14:39 +02:00
.drone.yml use drone-ci instead of gitlab-ci and add release 2021-09-11 22:14:28 +02:00
config.example.toml restructure config to allow user credentials to update multiple records 2021-09-10 11:11:56 +02:00
config.go config.go: iterate slices via indices to get pointers instead of copies 2021-09-11 22:14:39 +02:00
config_test.go add various tests for prepareConfig and update go dependencies 2021-09-11 22:14:39 +02:00
go.mod add various tests for prepareConfig and update go dependencies 2021-09-11 22:14:39 +02:00
go.sum add various tests for prepareConfig and update go dependencies 2021-09-11 22:14:39 +02:00
main.go rewrite most code; removes database to solely rely on config file 2021-07-13 13:36:37 +02:00
nameserver.go nameserver.go: delete old record before adding new one 2021-09-11 22:14:39 +02:00
web.go restructure config to allow user credentials to update multiple records 2021-09-10 11:11:56 +02:00