From 8908de0bda1cf97f0154461ebbff7fe6d906ce45 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 13 Jun 2018 19:38:18 +0100 Subject: [PATCH] Update configuration.md --- configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index c35a592..cad473e 100644 --- a/configuration.md +++ b/configuration.md @@ -81,7 +81,7 @@ Note that any field not specified in the configuration will use its default valu - Peer hostnames can be specified either using IPv4 addresses, IPv6 addresses or DNS names. - Each entry may optionally begin with `tcp://` or `socks://proxyAddress:proxyPort/` to manually force a connection over a specific protocol. - `AllowedEncryptionPublicKeys` - - A list of strings in the form `["boxpub", "boxpub", ...]`, where `boxpub` is each node's `BoxPub` key which you would like to allow connections from. + - A list of strings in the form `["key", "key", ...]`, where `key` is each node's `EncryptionPublicKey` key which you would like to allow connections from. - This option allows you to restrict which other nodes can connect to your Yggdrasil node as a peer. It applies to incoming TCP connections. - If the list is left empty, or the option is not specified, then Yggdrasil will automatically accept connections from any other node. - Note that multicast link-local peerings (see below) will always override this option if enabled.