|
@@ -13,7 +13,7 @@
|
|
|
# 安装
|
|
# 安装
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
-curl https://raw.githubusercontent.com/EtherDream/jsproxy/0.1.1/i.sh | bash
|
|
|
|
|
|
|
+curl https://raw.githubusercontent.com/EtherDream/jsproxy/dev/i.sh | bash
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
* 自动安装目前只支持 Linux x64,并且需要 root 权限
|
|
* 自动安装目前只支持 Linux x64,并且需要 root 权限
|
|
@@ -30,7 +30,7 @@ curl https://raw.githubusercontent.com/EtherDream/jsproxy/0.1.1/i.sh | bash
|
|
|
将域名 `example.com` 解析到服务器 IP,然后执行:
|
|
将域名 `example.com` 解析到服务器 IP,然后执行:
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
-curl https://raw.githubusercontent.com/EtherDream/jsproxy/0.1.1/i.sh | bash -s example.com
|
|
|
|
|
|
|
+curl https://raw.githubusercontent.com/EtherDream/jsproxy/dev/i.sh | bash -s example.com
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
访问: `https://example.com:8443`
|
|
访问: `https://example.com:8443`
|