proxy-turn-vk-android
No description available.
File Explorer
Download Latest Version (.zip)- android-debug.yml
- android-release.yml
- deploy.sh
- AppDnsResolver.kt
- GoDnsProbe.kt
- PeerAddress.kt
- PingHelper.kt
- ProfilesStore.kt
- SubscriptionImport.kt
- SecureStringStore.kt
- AdminApiClient.kt
- DeployManager.kt
- ServersStore.kt
- BypassRoutes.kt
- BypassShare.kt
- SettingsStore.kt
- ConnectionPipeline.kt
- FullTunnelConfig.kt
- RawTunEngine.kt
- RawTunVpnService.kt
- TunFdBridge.kt
- TunnelControl.kt
- TunnelManager.kt
- TunnelService.kt
- WireGuardHelper.kt
- AdminTab.kt
- AppSectionCard.kt
- AppUpdateDialog.kt
- DeployTab.kt
- ExceptionsTab.kt
- LogsTab.kt
- ExportProfileSheet.kt
- GroupManagementDialog.kt
- MoveToGroupDialog.kt
- ProfilesTab.kt
- SubscriptionsSheet.kt
- ServersTab.kt
- SettingsTab.kt
- SupportNoticeDialog.kt
- AppUpdate.kt
- CaptchaWebViewManager.kt
- ManlCaptchaWebViewManager.kt
- UserAgentGenerator.kt
- VkAuthWebViewManager.kt
- VkCallHashGenerator.kt
- VkCaptchaProfile.kt
- VkCaptchaWebViewUa.kt
- VkWebViewCookies.kt
- AppLinks.kt
- AppShortcuts.kt
- HashCheckHelper.kt
- MainActivity.kt
- NotificationHelper.kt
- QuickToggleTileService.kt
- Theme.kt
- TunnelWidgetProvider.kt
- VpnPermissionActivity.kt
- WdttApplication.kt
- ic_launcher_background.xml
- ic_shortcut_add.xml
- ic_shortcut_start.xml
- ic_shortcut_stop.xml
- ic_stat_connected.xml
- ic_stop.xml
- tunnel_widget_background.xml
- widget_dot_gray.xml
- widget_dot_green.xml
- ic_tile_custom.png
- inter_bold.ttf
- inter_medium.ttf
- inter_regular.ttf
- inter_semibold.ttf
- tunnel_widget.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.webp
- ic_launcher_foreground.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_foreground.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_foreground.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_foreground.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_foreground.webp
- ic_launcher_round.webp
- colors.xml
- strings.xml
- themes.xml
- file_paths.xml
- shortcuts.xml
- tunnel_widget_info.xml
- AndroidManifest.xml
- ic_launcher-playstore.png
- build.gradle.kts
- proguard-rules.pro
- captcha_v2.go
- captcha_v2_slider.go
- creds.go
- creds_vkcalls.go
- dispatcher.go
- doh.go
- errhint.go
- go.mod
- group.go
- listen.go
- main.go
- namegen.go
- obfs.go
- profiles.go
- protocol.go
- raw_diag.go
- session.go
- socks5.go
- socks_wg.go
- stats.go
- tun_fd.go
- vk_account.go
- wrap.go
- gradle-wrapper.jar
- gradle-wrapper.properties
- build-go-lib.sh
- build-native-libs.sh
- admin_api.go
- buffers.go
- connections.go
- core.go
- database_bot.go
- keys.go
- main.go
- nat.go
- obfs.go
- optimization.go
- profile_api.go
- raw.go
- statistics.go
- utilities.go
- wireguard.go
- .gitignore
- build.gradle.kts
- go.mod
- go.sum
- gradle.properties
- gradlew
- LICENSE
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/SpaceNeuroX/proxy-turn-vk-android
Downloads the entire project code from GitHub to your computer.
cd proxy-turn-vk-android
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Go
MediumPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
