Add independent dns cache option
This commit is contained in:
@@ -1 +1 @@
|
|||||||
core.version=0.8.0
|
core.version=0.8.1
|
||||||
@@ -37,6 +37,7 @@ class ConfigOptions with _$ConfigOptions {
|
|||||||
@Default(false) bool setSystemProxy,
|
@Default(false) bool setSystemProxy,
|
||||||
@Default(false) bool bypassLan,
|
@Default(false) bool bypassLan,
|
||||||
@Default(false) bool enableFakeDns,
|
@Default(false) bool enableFakeDns,
|
||||||
|
@Default(true) bool independentDnsCache,
|
||||||
List<Rule>? rules,
|
List<Rule>? rules,
|
||||||
}) = _ConfigOptions;
|
}) = _ConfigOptions;
|
||||||
|
|
||||||
|
|||||||
2
libcore
2
libcore
Submodule libcore updated: 953e6a02d7...89ecc6bf12
Reference in New Issue
Block a user