Merge branch 'beta'

This commit is contained in:
Juan Gilsanz Polo 2023-08-07 02:45:11 +02:00
commit 42f4937d87

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;