dnscrypt listening subnets

This commit is contained in:
Danilo Reyes
2026-02-06 18:40:31 -06:00
parent a7482ee146
commit 7a5f577806
2 changed files with 25 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ in
};
localhost6 = lib.mkOption {
type = lib.types.str;
default = "::1";
default = "[::1]";
description = "The localhost ipv6 address.";
};
secureHost = lib.mkOption {