aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index a2b7c61..a277104 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -34,7 +34,7 @@ fn run(link: String, subnet_id: u8) -> Result<()> {
let config = LeaseFileManagerConfig {
range: (
Ipv4Addr::new(10, 42, subnet_id, 100),
- Ipv4Addr::new(10, 42, subnet_id, 249),
+ Ipv4Addr::new(10, 42, subnet_id, 239),
),
netmask: Ipv4Addr::new(255, 255, 255, 0),
lease_time: Duration::from_secs(43200),