nvpn 4.0.77

CLI and daemon for Nostr VPN private mesh networks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use std::fs;
use std::net::Ipv4Addr;
use std::path::Path;
use std::time::{Duration, SystemTime, UNIX_EPOCH};

use nostr_sdk::prelude::Keys;

use super::control_daemon_request_for_test;
use crate::*;

include!("daemon_control/state_and_logs.rs");
include!("daemon_control/fips_and_routes.rs");
include!("daemon_control/pid_and_service.rs");
include!("daemon_control/config_and_control.rs");