forked from madeye/proxydroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support QUIC protocol and release v1.1
- Loading branch information
bongtrop
committed
Jul 1, 2023
1 parent
4593ce2
commit 080fa36
Showing
9 changed files
with
55 additions
and
79 deletions.
There are no files selected for viewing
27 changes: 0 additions & 27 deletions
27
app/src/androidTest/java/org/proxydroid/ExampleInstrumentedTest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/system/bin/sh | ||
|
||
DIR=$1 | ||
SRC=$2 | ||
DST=$3 | ||
KIND=$4 | ||
|
||
PATH=$DIR:$PATH | ||
|
||
gost $SRC $DST &> $DIR/gost_$KIND.log & | ||
echo "$!" > $DIR/gost_$KIND.pid |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters