Bug fixes

This commit is contained in:
Juan Gilsanz Polo 2023-10-04 19:20:43 +02:00
parent bc7cb4ccd4
commit 525facc538
9 changed files with 171 additions and 121 deletions

View file

@ -12,7 +12,7 @@ class DnsInfo {
int? cacheSize;
int? cacheTtlMin;
int? cacheTtlMax;
bool cacheOptimistic;
bool? cacheOptimistic;
bool resolveClients;
bool usePrivatePtrResolvers;
List<String> localPtrUpstreams;