From e53547964c5eebcb6e1f78b2d84c2952d1012667 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Sat, 30 Nov 2019 13:50:30 +0200 Subject: [PATCH] Fix path to genkeys.go It seems file has been moved --- configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index f8725b3..8aa539e 100644 --- a/configuration.md +++ b/configuration.md @@ -383,7 +383,7 @@ This can partially mitigate the fact that IPv6 addresses are only 128 bits long, In short, if you plan to advertise a prefix, or if you want your address to be exceptionally difficult to collide with, then it is strongly advised that you burn some CPU cycles generating a harder-to-collide set of keys, using the following tool: ``` -go run misc/genkeys.go +go run cmd/genkeys/main.go ``` This continually generates new keys and prints them out each time a new best set of keys is discovered.