rust-rpxy/rpxy-bin/src/constants.rs
2023-07-23 01:42:39 +09:00

3 lines
152 B
Rust

pub const LISTEN_ADDRESSES_V4: &[&str] = &["0.0.0.0"];
pub const LISTEN_ADDRESSES_V6: &[&str] = &["[::]"];
pub const CONFIG_WATCH_DELAY_SECS: u32 = 20;