nvpn 4.1.13

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

const DAEMON_LOG_MAX_BYTES: u64 = 8 * 1024 * 1024;
const DAEMON_LOG_RETAIN_BYTES: u64 = 2 * 1024 * 1024;
const DAEMON_LOG_COMPACT_CHECK_SECS: u64 = 60;

include!("daemon_runtime/control_files.rs");
include!("daemon_runtime/network_cleanup_journal.rs");
include!("daemon_runtime/macos_cleanup.rs");
include!("daemon_runtime/runtime_files.rs");
include!("daemon_runtime/process_scan.rs");
include!("daemon_runtime/permissions_and_ping.rs");