From 7e506c3c618f7503cd563c282270a4fa0197c3b2 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 28 Jul 2021 12:19:33 -0400 Subject: fix dsnmasq config --- config/router.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/router.nix b/config/router.nix index 98a37fd..bb78ca6 100644 --- a/config/router.nix +++ b/config/router.nix @@ -214,8 +214,8 @@ in { extraConfig = '' port=0 dhcp-authoritative - dhcp-range=10.65.30.100,10.65.30.255,255.255.255.0,24h - dhcp-range=10.64.31.1,10.64.31.255,255.255.254.0,24h + dhcp-range=10.65.30.100,10.65.30.254,255.255.255.0,24h + dhcp-range=10.64.31.1,10.64.31.254,255.255.254.0,24h dhcp-option=option:router,10.65.30.1 dhcp-option=option:dns-server,1.1.1.1,8.8.8.8,8.8.4.4 dhcp-option=option:netmask,255.255.255.0 -- cgit v1.2.3