Skip to content

Commit

Permalink
update toh to v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkonfj committed May 18, 2023
1 parent 7692d94 commit 4775b18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/sh/toh/app/srv/TohService.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public int onStartCommand(Intent intent, int flags, int startId) {
try {
Os.setenv("HOME", getFilesDir().getPath(), false);
tohSocks5 = Runtime.getRuntime().exec(getApplicationInfo().nativeLibraryDir
+ "/libtoh.so s5 --dns 8.8.8.8 --dns-fake 10.88.77.3");
+ "/libtoh.so s5 -l 127.0.0.1:2080 --dns 8.8.8.8 --dns-fake 10.88.77.3");
log.show("toh", tohSocks5, true);
executors.submit(() -> {
while (true) {
Expand Down
Binary file modified app/src/main/jniLibs/arm64-v8a/libtoh.so
Binary file not shown.

0 comments on commit 4775b18

Please sign in to comment.