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:
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
|
||||
VERSION=0.2.31
|
||||
VERSION=0.2.32
|
||||
APP=reseed-tools
|
||||
USER_GH=eyedeekay
|
||||
CGO_ENABLED=0
|
||||
|
@ -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")
|
||||
|
Reference in New Issue
Block a user