lab-ops_natmap 0.1.3

iptables NAT mapping daemon with CLI control over Unix socket
Documentation
1
2
3
4
5
6
7
pub const DAEMON_SOCK: &str = "/run/natmap.sock";

/// Default path to natmap state.json file
pub const STATE: &str = "/var/lib/natmap/state.json";

/// Crate name
pub const PKG_NAME: &str = "natmap";