Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
Fix tun unable to open
  • Loading branch information
chen08209 committed Jun 6, 2024
1 parent 068fe14 commit e9bb97c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ func overwriteConfig(targetConfig *config.RawConfig, patchConfig config.RawConfi
targetConfig.RuleProvider = make(map[string]map[string]any)
generateProxyGroupAndRule(&targetConfig.ProxyGroup, &targetConfig.Rule)
}

}

func patchConfig(general *config.General) {
Expand Down
2 changes: 1 addition & 1 deletion lib/models/clash_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Tun with _$Tun {
const factory Tun({
@Default(false) bool enable,
@Default(appName) String device,
@Default(TunStack.gvisor) TunStack stack,
@Default(TunStack.mixed) TunStack stack,
@JsonKey(name: "dns-hijack") @Default(["any:53"]) List<String> dnsHijack,
}) = _Tun;

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fl_clash
description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
publish_to: 'none'
version: 0.8.13
version: 0.8.14
environment:
sdk: '>=3.1.0 <4.0.0'

Expand Down

0 comments on commit e9bb97c

Please sign in to comment.