Releases: RockLakeGrass/clash-verge-rev-freebsd
Releases · RockLakeGrass/clash-verge-rev-freebsd
Clash Verge FreeBSD v2.5.2-pre2
There are new fixes since pre1:
- In pre1, when poweroff or log out, the TUN will leave unused. When start or log in again, a new TUN will be created and leave the old one unused. This is fixed now by removing unused clash TUN before creating a new one.
- Add
libappindicatorto the dependency list. - Compile AMD64 version using a better machine, so LTO can be enabled.
Clash Verge FreeBSD v2.5.2-pre
- Enable TUN mode
- System proxy is enabled but it does not work on KDE.
- Built with ported tauri
- Solve the unstable TUN problem
- Version number is one ahead of the official release, it is not truely version 2.5.2
- Built with newest mihomo kernel in Alpha branch.
- Support both ARM64 and AMD64
Known Issues:
- Currently one of dependencies will not be installed automatically.
- Workaround: run
pkg install libappindicatorwith root access.
- Workaround: run
- TUN channel won't be destroyed when log out or shutdown.
- Workaround: manually delete the TUN using command
ifconfig tunN destroywith root access, when TUN is disabled in clash, where N is the number of the TUN you want to delete.
- Workaround: manually delete the TUN using command