This commit is contained in:
Juan Gilsanz Polo 2023-07-26 18:49:48 +02:00
parent 2d3a858f59
commit 969b9796c0

View file

@ -9,7 +9,7 @@ class DnsInfo {
bool dnssecEnabled; bool dnssecEnabled;
bool disableIpv6; bool disableIpv6;
String? upstreamMode; String? upstreamMode;
int cacheSize; int? cacheSize;
int cacheTtlMin; int cacheTtlMin;
int cacheTtlMax; int cacheTtlMax;
bool cacheOptimistic; bool cacheOptimistic;