From a7c6fb7e1fa19f2405302d03d96cd63dc57b0496 Mon Sep 17 00:00:00 2001 From: Arceliar Date: Sun, 25 Jul 2021 06:18:51 -0500 Subject: [PATCH] Update configuration.md --- configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index 5c09e8e..5cbeb43 100644 --- a/configuration.md +++ b/configuration.md @@ -94,7 +94,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 cmd/genkeys +go run ./cmd/genkeys ``` This continually generates new keys and prints them out each time a new best set of keys is discovered.