From c7446e98bc32c67df3e9535e3a86b75da35a759d Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Tue, 14 Nov 2023 19:16:14 +0330 Subject: [PATCH] Add independent dns cache option --- dependencies.properties | 2 +- lib/domain/singbox/config_options.dart | 1 + libcore | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dependencies.properties b/dependencies.properties index 2cb2a52d..d4c735aa 100644 --- a/dependencies.properties +++ b/dependencies.properties @@ -1 +1 @@ -core.version=0.8.0 \ No newline at end of file +core.version=0.8.1 \ No newline at end of file diff --git a/lib/domain/singbox/config_options.dart b/lib/domain/singbox/config_options.dart index c7fcbe1b..6301da98 100644 --- a/lib/domain/singbox/config_options.dart +++ b/lib/domain/singbox/config_options.dart @@ -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? rules, }) = _ConfigOptions; diff --git a/libcore b/libcore index 953e6a02..89ecc6bf 160000 --- a/libcore +++ b/libcore @@ -1 +1 @@ -Subproject commit 953e6a02d73d0a2894071e289ff209b633470e54 +Subproject commit 89ecc6bf1238e12bbad26182f7a06f9aaf492b9f