Bug fixes

This commit is contained in:
Juan Gilsanz Polo 2023-10-08 14:22:03 +02:00
parent bb5cdc13d1
commit 151cbb996e
3 changed files with 153 additions and 101 deletions

View file

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