Skip to content

Commit 9251b51

Browse files
authored
Add a subsection (4.3) in the README.md for configuration on Tablet c… (haoel#133)
1 parent c6ca567 commit 9251b51

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

README.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
- [4.1.1 Chrome 代理设置](#411-chrome-代理设置)
2727
- [4.1.2 全局 Clash 代理设置](#412-全局-clash-代理设置)
2828
- [4.2 手机端设置](#42-手机端设置)
29+
- [4.2.1 Android](#421-android)
30+
- [4.2.2 iPhone](#422-iphone)
31+
- [4.3 平板端设置](#43-平板端设置-服务端使用gost代理)
32+
- [4.3.1 iPad](#431-ipad)
2933
- [5. 美国手机和支付](#5-美国手机和支付)
3034
- [5.1 美国手机](#51-美国手机)
3135
- [5.2 美国支付](#52-美国支付)
@@ -535,7 +539,24 @@ rules:
535539
536540
### 4.2 手机端设置
537541
538-
对于手机端来说,在 Android 端可以安装 [Clash for Android](https://github.com/Kr328/ClashForAndroid)
542+
#### 4.2.1 Android
543+
544+
- [Clash for Android](https://github.com/Kr328/ClashForAndroid)
545+
- Shadowsocks + ShadowsocksGostPlugin
546+
- 安装Shadowsocks (Google Play Store或[github页面](https://github.com/shadowsocks/shadowsocks-android))
547+
- 下载[ShadowsocksGostPlugin](https://github.com/segfault-bilibili/ShadowsocksGostPlugin)
548+
- 配置
549+
- Server: `$DOMAIN`
550+
- Remote Port: `443`
551+
- Password: `gost`
552+
- Encrypt Method: `RC4-MD5`
553+
- Plugin: 选择ShadowsocksGostPlugin
554+
- Configure: `-F https://$USER:$PASS@#SS_HOST:#SS_PORT`
555+
556+
其中`$DOMAIN`, `$USER`, `$PASS`分别为服务端的域名/子域名, 用户名和密码。
557+
558+
559+
#### 4.2.2 iPhone
539560
540561
对于 Apple 上的 iPhone/iPad,就比较麻烦了。因为相关的客户端在国内的 App Store 上全都被下架了。所以,你需要注册一个美国的苹果ID,然后 iTunes/App Store 用这个美区的ID登录(不是退出iCloud ,而是退出App Store)。
541562
@@ -557,6 +578,19 @@ iPhone 上的客户端我推荐使用下面这两个(需要付费),这两个
557578
>
558579
> [Potatso](https://apps.apple.com/us/app/potatso-lite/id1239860606) 作为 shadowsocks 的客户端也是可以的,而且免费,但是无法使用 Gost 的 HTTPS 代理,所以,我不推荐使用。
559580
581+
### 4.3 平板端设置 (服务端使用gost代理)
582+
583+
#### 4.3.1 iPad
584+
585+
- ShadowRocket:打开app,点击右上角`+`号添加服务器,配置如下几项即可(其余条目采用默认值即可)
586+
- Type: `HTTPS`
587+
- Address: `$DOMAIN`
588+
- Port: `443`
589+
- User: `$USER`
590+
- Password: `$PASS`
591+
592+
其中,`$DOMAIN`为服务器的域名/子域名,`$USER`与`$PASS`分别为服务端启动gost代理时设定的用户名和密码
593+
560594
## 5. 美国手机和支付
561595
562596
现在越来越多 APP 需要使用海外的手机和支付,所以,你需要有一个美国的手机号码和美国的支付方式。
@@ -1444,4 +1478,3 @@ docker run --rm curlimages/curl --connect-timeout 2 -x "socks5://172.17.0.2:4000
14441478
欢迎补充和改善!
14451479

14461480
(全文完)
1447-

0 commit comments

Comments
 (0)