Add independent dns cache option

This commit is contained in:
problematicconsumer
2023-11-14 19:16:14 +03:30
parent ca65aea696
commit c7446e98bc
3 changed files with 3 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ class ConfigOptions with _$ConfigOptions {
@Default(false) bool setSystemProxy,
@Default(false) bool bypassLan,
@Default(false) bool enableFakeDns,
@Default(true) bool independentDnsCache,
List<Rule>? rules,
}) = _ConfigOptions;