mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-24 07:46:06 +00:00
Bugfix
This commit is contained in:
parent
2d3a858f59
commit
969b9796c0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue