Skip to content
Snippets Groups Projects

Resolve "WS2Pv1: add feature prefered pubkeys"

Merged Éloïs requested to merge elois/138-ws2pv1-add-feature-prefered-pubkeys into dev
@@ -109,6 +109,8 @@ pub struct WS2PConf {
pub struct WS2PUserConf {
/// Limit of outcoming connections
pub outcoming_quota: Option<usize>,
/// List of prefered public keys
pub prefered_pubkeys: Option<Vec<PubKey>>,
/// Default WS2P endpoints provides by configuration file
pub sync_endpoints: Option<Vec<EndpointV1>>,
}
Loading