Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xjasonlyu/tun2socks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: VPNclient/flutter_vpn_tun2socks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Oct 10, 2025

  1. feat: add initial implementation of Tun2Socks library with C API and …

    …Flutter wrapper
    
    - Introduced CMakeLists.txt for building the C library.
    - Added C API header and implementation for Tun2Socks.
    - Created Flutter wrapper with Dart files for Tun2Socks functionality.
    - Defined configuration and statistics models in Dart.
    - Included pubspec.yaml for Flutter package management.
    Anton-Dodonov committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    42b9465 View commit details
    Browse the repository at this point in the history
Loading