From 0cda5a1404890ef92ccf31c8adabf35528671032 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 24 Jun 2024 17:10:11 +0200 Subject: nanopi: only use ULAs for LAN DNS lookups --- system/nanopi.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/nanopi.nix') diff --git a/system/nanopi.nix b/system/nanopi.nix index 6ee61e69..5083f9e7 100755 --- a/system/nanopi.nix +++ b/system/nanopi.nix @@ -538,7 +538,8 @@ in dhcp-rapid-commit = true; dhcp-range = [ "10.0.1.0,10.0.1.250,12h" - "::,constructor:bridge0,ra-stateless,ra-names,48h" + "fd12:d04f:65d:42::,slaac,ra-names,48h" + "::,constructor:bridge0,ra-stateless,48h" ]; dhcp-host = [ "00:a0:de:b3:0c:01,10.0.0.50,wxa-50" -- cgit 1.4.1