From 969b9796c0d56f36d39fbc826356233c48e6e353 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Wed, 26 Jul 2023 18:49:48 +0200 Subject: [PATCH] Bugfix --- lib/models/dns_info.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/models/dns_info.dart b/lib/models/dns_info.dart index 10d5030..528ca5b 100644 --- a/lib/models/dns_info.dart +++ b/lib/models/dns_info.dart @@ -9,7 +9,7 @@ class DnsInfo { bool dnssecEnabled; bool disableIpv6; String? upstreamMode; - int cacheSize; + int? cacheSize; int cacheTtlMin; int cacheTtlMax; bool cacheOptimistic;