5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 16:09:36 +00:00

Update configuration.md

This commit is contained in:
Arceliar 2021-07-25 06:18:51 -05:00 committed by GitHub
parent 9e6fe5a94f
commit a7c6fb7e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: 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. This continually generates new keys and prints them out each time a new best set of keys is discovered.