Files
nym/nym-node/src/wireguard/mod.rs
T
Jędrzej Stuczyński 0f8598ad52 moved LP to nym-node crate
2026-02-26 15:41:01 +00:00

11 lines
371 B
Rust

// Copyright 2023 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: GPL-3.0-only
// obviously most of the features currently reside in the gateway,
// but let's start putting everything in here
pub mod error;
pub use nym_gateway::node::wireguard::{PeerManager, PeerRegistrator};
pub use nym_wireguard::{PeerControlRequest, WireguardGatewayData};