mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
docs(wireguard-broker): add docs and examples
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
//! This module implements the binary WireGuard broker protocol in the form of the [client::BrokerClient]
|
||||
//! and the [server::BrokerServer].
|
||||
//!
|
||||
//! Specifically, The protocol enables the client to tell the server to set a pre-shared key for a
|
||||
//! wireguard interface.
|
||||
|
||||
pub mod client;
|
||||
pub mod config;
|
||||
pub mod msgs;
|
||||
|
||||
Reference in New Issue
Block a user