new: enable tunnel service again, add signing, msix, more log less info

This commit is contained in:
Hiddify
2024-02-27 15:51:31 +03:30
parent 3b6eeaaae8
commit 48ace8ec11
13 changed files with 53 additions and 21 deletions

View File

@@ -173,7 +173,7 @@ class ConfigOptionEntity with _$ConfigOptionEntity {
enableClashApi: enableClashApi,
clashApiPort: clashApiPort,
enableTun: serviceMode == ServiceMode.tun,
enableTunService: false && serviceMode == ServiceMode.tunService,
enableTunService: serviceMode == ServiceMode.tunService,
setSystemProxy: serviceMode == ServiceMode.systemProxy,
bypassLan: bypassLan,
allowConnectionFromLan: allowConnectionFromLan,