Skip to content

Commit

Permalink
update toh to v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rkonfj committed May 26, 2023
1 parent 74ecabf commit 6617615
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/Socks5VpnService.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ public void onCreate() {
try {
Builder builder = new Builder()
.addAddress("10.88.77.2", 24)
.addAddress("fd10:8877::2", 64)
.addDnsServer("10.88.77.3")
.addRoute("0.0.0.0", 0)
.addAddress("fd10:8877::2", 64)
.addRoute("::",0)
.addDisallowedApplication(this.getApplication().getPackageName());
tun = builder.establish();
Expand Down
Binary file modified app/src/main/jniLibs/arm64-v8a/libtoh.so
Binary file not shown.

0 comments on commit 6617615

Please sign in to comment.