No description
|
All checks were successful
continuous-integration/drone/push Build is passing
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. |
||
|---|---|---|
| .drone.yml | ||
| config.example.toml | ||
| config.go | ||
| config_test.go | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| nameserver.go | ||
| web.go | ||