Go to file
yjj38 208e977d2f Refactor VPN service to dynamically load tunnel address.
Replaced hardcoded TUN address with a dynamic loader using `ConfigLoader`. Introduced `ConfigLoader` to parse `tun_address` from the configuration file or fallback to a default value. Improved file handling in `V2rayUtil` for better readability and maintainability.
2025-05-28 14:18:25 +08:00
.idea ``` 2025-05-27 19:25:48 +08:00
app Refactor VPN service to dynamically load tunnel address. 2025-05-28 14:18:25 +08:00
gradle init 2025-05-20 16:39:05 +08:00
.gitignore init 2025-05-20 16:39:05 +08:00
build.gradle init 2025-05-20 16:39:05 +08:00
cmd ``` 2025-05-27 19:25:48 +08:00
err.log ``` 2025-05-27 19:25:48 +08:00
gradle.properties init 2025-05-20 16:39:05 +08:00
gradlew init 2025-05-20 16:39:05 +08:00
gradlew.bat init 2025-05-20 16:39:05 +08:00
settings.gradle Add VPN service, Shell utility, and server communication support 2025-05-22 18:13:34 +08:00