enable configuration of reseed friends who we can poll for upness. Fix some bugs in that whole process so it works better.

This commit is contained in:
idk
2023-01-28 00:33:01 +00:00
parent d01fdd5911
commit b34b866cec
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
VERSION=0.2.31
VERSION=0.2.32
APP=reseed-tools
USER_GH=eyedeekay
CGO_ENABLED=0

View File

@ -248,6 +248,7 @@ func fileExists(filename string) bool {
}
func reseedAction(c *cli.Context) error {
providedReseeds(c)
netdbDir := c.String("netdb")
if netdbDir == "" {
fmt.Println("--netdb is required")