Skip to content

Commit

Permalink
更新 README 修复 authorities 参数问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xausky committed Aug 9, 2019
1 parent 8859adc commit 69a745b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
</a>
</p>

> [Gost](https://github.com/ginuerzh/gost)[Shadowsocks安卓](https://github.com/shadowsocks/shadowsocks-android) 插件,可以直接在Shadowsocks安卓客户端上连接 Gost 服务器
> [Gost](https://github.com/ginuerzh/gost)[Shadowsocks Android](https://github.com/shadowsocks/shadowsocks-android) 插件,可以直接在Shadowsocks安卓客户端上连接 Gost 服务器
### 🏠 [Homepage](https://github.com/xausky/ShadowsocksGostPlugin)

## Install

根据CPU构架下载Release内预编译好的APK安装到设备,如果不清楚构架可以下载Universal版本
根据CPU构架下载Release内预编译好的APK安装到设备,如果不清楚构架可以下载Universal版本,同时也要安装 [Shadowsocks Android](https://github.com/shadowsocks/shadowsocks-android)

## Usage

* 在Shadowsocks客户端选中本插件,即可在参数配置除了-L 参数之为的 gost 参数以连接远程服务器或者多段代理
* 在Shadowsocks客户端选中本插件,即可在参数配置除了-L 参数之为的 gost 参数以连接远程服务器或者多段代理
* -L 参数会自动添加,只需要在Shadowsocks界面配置`rc4-md5`加密和`gost`密码即可
* gost的参数配置里面可以用`#SS_HOST``#SS_PORT`代替Shadowsocks配置的主机和端口
* 注意使用#SS_HOST参数会先对填写的主机名进行DNS解析后才传递,如果是与主机名相关的远程协议比如ws协议必须之间在参数里面配置
* Gost 的参数配置里面可以用`#SS_HOST``#SS_PORT`代替Shadowsocks配置的主机和端口
* 注意使用#SS_HOST参数会先对填写的主机名进行DNS解析后才传递,如果是与主机名相关的远程协议比如ws协议必须直接在参数里配置域名
* 在参数里面配置的域名会忽略手机系统的DNS配置固定使用114.114.114.114

## Author
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:supportsRtl="true">
<provider android:name=".BinaryProvider"
android:exported="true"
android:authorities="$FULLY_QUALIFIED_NAME_OF_YOUR_CONTENTPROVIDER">
android:authorities="com.github.shadowsocks.plugin.gost.BinaryProvider">
<intent-filter>
<action android:name="com.github.shadowsocks.plugin.ACTION_NATIVE_PLUGIN"/>
</intent-filter>
Expand Down

0 comments on commit 69a745b

Please sign in to comment.