new: add use xray core option

This commit is contained in:
hiddify-com
2024-08-06 16:14:00 -04:00
parent aa99fabb8d
commit 27a1374dbc
6 changed files with 23 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ class SingboxConfigOption with _$SingboxConfigOption {
const factory SingboxConfigOption({
required String region,
required bool blockAds,
required bool useXrayCoreWhenPossible,
required bool executeConfigAsIs,
required LogLevel logLevel,
required bool resolveDestination,