Skip to content

Commit

Permalink
legacy: rmv outline, shadowsocks code
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Sep 12, 2023
1 parent afbef29 commit c88f828
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 876 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ RethinkDNS ([GoVpnAdapter](https://github.com/celzero/rethink-app/blob/982849564

- macOS host (iOS, macOS)
- make
- Go >= 1.18
- Go >= 1.20
- A C compiler (e.g.: clang, gcc)

Firestack APIs are available only on Android builds for now. iOS and Linux
support will come by fall 2022.
Firestack APIs are available only on Android builds for now. iOS and Linux support planned but nothing concrete yet.

### Android

Expand Down Expand Up @@ -75,19 +74,7 @@ We build binaries for Linux and Windows from source without any custom integrati
## Make

```
# iOS and macOS: This will create build/apple/Tun2socks.xcframework
make clean && make apple

# Linux: This will create build/linux/tun2socks
make clean && make linux

# For Windows: This will create build/windows/tun2socks.exe
make clean && make windows

# For Android: This will create build/android/{tun2socks.aar,tun2socks-sources.jar}
make clean && make android

# For Intra: This will create build/intra/{tun2socks.aar,tun2socks-sources.jar}
# creates build/intra/{tun2socks.aar,tun2socks-sources.jar}
make clean && make intra

```
Expand Down
67 changes: 0 additions & 67 deletions outline/android/tun2socks.go

This file was deleted.

70 changes: 0 additions & 70 deletions outline/apple/tun2socks.go

This file was deleted.

163 changes: 0 additions & 163 deletions outline/electron/main.go

This file was deleted.

Loading

0 comments on commit c88f828

Please sign in to comment.