Giter VIP home page Giter VIP logo

simple-obfs-android's Introduction

Removed according to regulations.

simple-obfs-android's People

Contributors

anonymouscommitter avatar love4taylor avatar lsyiverson avatar madeye avatar mygod avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

simple-obfs-android's Issues

low speed and connection lost with TLS

Hi,
I'm using obfs on my shadowsocks.
Recently I switched http to tls and after that, some of applications doesn't work at all.
for example GooglePlay is not working with tls method (with my previous server with http-obfs google play worked fine)

Another problem with android devices is my speed! it's low than other devices.

I checked my server with iOS, MacOs, Windows, Ubuntu and Android.
Only with Android I faced this issue

Inconsistent logo on Google Play?

The same applies to kcptun-android.

Google Play uses a different hi-res icon than this app. Should we update either of them or keep it as is?

连不上的问题

这个插件是需要服务端吗?
这个软件hostname设置的网站是干啥的?
配合shadowsocks需要设置什么参数吗?
是直接链接用的吗?
没有文档第一次使用完全连不上啊

Unable to build

I manually updated submodule simple-obfs to the latest version.
sbt clean android:package-release fails with error:

In file included from /home/t123yh/simple-obfs-android/src/main/jni/../jni/simple-obfs/src/jconf.c:33:
In file included from /home/t123yh/simple-obfs-android/src/main/jni/../jni/simple-obfs/libcork/include/libcork/core.h:15:
In file included from /home/t123yh/simple-obfs-android/src/main/jni/../jni/simple-obfs/libcork/include/libcork/core/allocator.h:16:
In file included from /home/t123yh/simple-obfs-android/src/main/jni/../jni/simple-obfs/libcork/include/libcork/core/api.h:13:
In file included from /home/t123yh/simple-obfs-android/src/main/jni/../jni/simple-obfs/libcork/include/libcork/config.h:16:
/home/t123yh/simple-obfs-android/src/main/jni/../jni/simple-obfs/libcork/include/libcork/config/config.h:32:10: fatal error: 'libcork/config/version.h' file not found
#include <libcork/config/version.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
Reading program jar [/home/t123yh/.android/sbt/exploded-aars/com.android.support-support-vector-drawable-25.1.1/classes.jar] (filtered)
Reading program jar [/home/t123yh/.android/sbt/exploded-aars/com.android.support-animated-vector-drawable-25.1.1/classes.jar] (filtered)
Reading program jar [/home/t123yh/.android/sbt/exploded-aars/com.android.support-recyclerview-v7-25.1.1/classes.jar] (filtered)
[armeabi-v7a] Compile thumb  : obfs-local <= encrypt.c
1 error generated.
make: *** [/home/t123yh/simple-obfs-android/target/android/intermediates/ndk/obj/local/armeabi-v7a/objs/obfs-local/simple-obfs/src/jconf.o] Error 1
make: *** Waiting for unfinished jobs....

用nginx反代simple obfs服务端情况下,android端的obfs数据不能正确转发

nginx在服务器80口建立一个http服务器,配置websocket转发到simple obfs的服务端口8800,windows和shadowrocket的数据流都正常转发,但android端的数据不能正确被识别为websocket。
log:114.242.248.70 - - [13/Feb/2018:12:04:57 +0800] "GET / HTTP/1.1" 301 178 "-" "curl/7.39.1"
客户端配置:
插件:obfs-local
模式:http
obfs-host:test.example.com (example位置是我的网址)

Could you rebuild the apk?

The latest simple-obfs includes some cool features like 'bypass nginx' ,
could you rebuild simple-obfs-android and publish it on google play?

Cannot use with remote dns option.

When I select the option to forward all the traffic to remote server on ShadowSocks Android + obfs plugin the traffic is not forwarded but with the option turned off everything works.

add more options in feature settings

I set this setting in server side:
"plugin_opts":"obfs=tls;failover=127.0.0.1:8443;fast-open"
Then I intended to apply identical settings on my android phone, but there are limited settings in the app.

However I managed to escape this obstacle in two steps:
first, by changing the server side setting by adding obfs-host field:
"obfs=tls;obsf-host=bing.com;failover=127.0.0.1:8443;fast-open"
...and then in app, I mocked the needed setting by changing the Obfuscation hostname to this:
bing.com;failover=127.0.0.1:8443;fast-open

but, it doesn't look like a good solution.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.