This commit is contained in:
2026-08-16 13:17:19 -03:00
parent c0a337be3f
commit 7b8e7bfbd0
82 changed files with 5479 additions and 1016 deletions
+20
View File
@@ -0,0 +1,20 @@
# Third-party notices
DragonTCP Lite VPN includes portions of the Android userspace TCP/IP stack from
**FreeProxy** by xVanTuring. The upstream project is licensed under the Apache
License, Version 2.0.
Included/adapted upstream areas:
- `android/src/tech/xvanturing/freeproxy/vpn/TunnelEngine.kt`
- `android/src/tech/xvanturing/freeproxy/vpn/TcpSession.kt`
- `android/src/tech/xvanturing/freeproxy/vpn/UdpSession.kt`
- `android/src/tech/xvanturing/freeproxy/vpn/TunWriter.kt`
- `android/src/tech/xvanturing/freeproxy/vpn/net/*`
- the `SocketProtector` interface
DragonTCP-specific modifications are marked in modified source files. The full
Apache 2.0 license is included at `licenses/FreeProxy-APACHE-2.0.txt`.
The rest of the DragonTCP-specific glue, UI, Go transport, and server code in
this bundle is provided as part of this generated project.