nvpn 4.1.3

CLI and daemon for Nostr VPN private mesh networks
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

const BINARY_VERSION_QUERY_TIMEOUT: Duration = Duration::from_secs(2);
const BINARY_VERSION_QUERY_POLL_INTERVAL: Duration = Duration::from_millis(25);

include!("service_management/commands.rs");
include!("service_management/linux.rs");
include!("service_management/windows.rs");
include!("service_management/helpers.rs");