Compare commits

..

1 Commits

Author SHA1 Message Date
chen08209
402221aaa2 fix android tip error
fix windows auto launch error
2024-08-26 20:35:38 +08:00
4 changed files with 2 additions and 4 deletions

View File

@@ -109,7 +109,6 @@ func stopTun() {
runTime = nil
if tun != nil {
log.Errorln("[Tun] stopTun")
tun.Close()
tun = nil
}

View File

@@ -67,7 +67,6 @@ func Start(fd int, gateway, portal, dns string) (io.Closer, error) {
for stack.TCP().SetDeadline(time.Time{}) == nil {
conn, err := stack.TCP().Accept()
if err != nil {
log.Errorln("Accept connection: %v", err)
continue
}
lAddr := conn.LocalAddr().(*net.TCPAddr)

View File

@@ -67,7 +67,7 @@ class AutoLaunch {
'/TN',
appName,
'/TR',
Platform.resolvedExecutable,
'"${Platform.resolvedExecutable}"',
'/RL',
'HIGHEST',
'/F'

View File

@@ -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.55+202408251
version: 0.8.56+202408261
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: 3.22.3