Compare commits

...
26 Commits
Author SHA1 Message Date
zhiyong.luo 2a81d6baf9 bug-fixed 2022-12-27 21:11:54 +08:00
zhiyong.luo a1643bb281 bug-fixed 2022-12-27 16:47:35 +08:00
zhiyong.luo 2d568686a8 bug-fixed 2022-12-27 14:17:57 +08:00
zhiyong.luo b97de28235 bug-fixed 2022-12-24 13:23:17 +08:00
zhiyong.luo 0ff0c74113 bug-fixed 2022-12-24 13:22:11 +08:00
zhiyong.luo 7264683a2b Update readme.md 2022-12-14 23:06:07 +08:00
zhiyong.luo 8c088b26da Delete macos_mini_x86_64v0.31.7.tar 2022-12-14 23:01:25 +08:00
zhiyong.luo d9550db030 Delete linux_mini_x86v0.31.7.tar 2022-12-14 23:01:05 +08:00
zhiyong.luo c52ccb4776 Delete linux_mini_x86_64v0.31.7.tar 2022-12-14 23:00:48 +08:00
zhiyong.luo 8ebcb5d315 Delete linux_mini_riscv64v0.31.7.tar 2022-12-14 23:00:37 +08:00
zhiyong.luo cbdd000867 Delete linux_mini_riscv32v0.31.7.tar 2022-12-14 23:00:24 +08:00
zhiyong.luo 63b14eaea2 Delete linux_mini_mipsel64v0.31.7.tar 2022-12-14 23:00:11 +08:00
zhiyong.luo ec55654da3 Delete linux_mini_mipsel32v0.31.7.tar 2022-12-14 22:59:58 +08:00
zhiyong.luo 400910323a Delete linux_mini_mips64v0.31.7.tar 2022-12-14 22:59:46 +08:00
zhiyong.luo c3cf088e34 Delete linux_mini_mips32v0.31.7.tar 2022-12-14 22:59:29 +08:00
zhiyong.luo bfd1ba02eb Delete linux_mini_arm64v0.31.7.tar 2022-12-14 22:59:17 +08:00
zhiyong.luo b881514570 upgrade 2022-12-14 22:58:24 +08:00
zhiyong.luo 8b5403208a Delete linux_mini_arm32v0.31.7.tar 2022-12-14 22:56:46 +08:00
zhiyong.luo bd6499e0ed Delete windows_x86v0.31.7.tar 2022-12-14 22:56:09 +08:00
zhiyong.luo 7048aa6cb2 Delete linux_x86v0.31.7.tar 2022-12-14 22:54:11 +08:00
zhiyong.luo a9770026d6 Delete linux_x86_64v0.31.7.tar 2022-12-14 22:53:22 +08:00
zhiyong.luo fddeba99c0 Delete linux_arm32v0.31.7.tar 2022-12-14 22:52:59 +08:00
zhiyong.luo 0545b7b3a6 upgrade 2022-12-14 22:52:35 +08:00
zhiyong.luo 858c38c0af Update readme.md 2022-12-14 21:58:12 +08:00
zhiyong.luo 2cb0f26ea0 Update readme.md 2022-12-14 21:46:37 +08:00
zhiyong.luo ff7dfe6cfa Update readme.md 2022-11-30 12:02:23 +08:00
28 changed files with 7 additions and 1 deletions
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+7 -1
View File
@@ -66,7 +66,7 @@
<app-parameter>
<proxy-service-port value="9001"/><!--自定义代理端口 -->
<owner-id value="xxxx" /><!-- xxxx 为注册成功返回的用户ID -->
<access-token value="nnnnn"/><!--访问token,必须为数字【可选配】 -->
<access-token value="nnnnn"/><!--访问token,必须为数字【可选配】 -->
<ssl-create-certfile value="true" /><!-- 如未用如下选项指定证书,则自动生成证书【必须确保安装openssl】,默认为 false 代表无需自动生成 -->
<!-- 如果自己有证书及私钥,则配置如下项,启动安全的SSL通道,其中文件名需要配置正确;没有证书则不需要配置,可启用上面自动生成证书选项
<ssl-cacert-file value="xxx.crt"/>
@@ -169,6 +169,7 @@
</details>
## 使用指南:<br>
<a href="https://b23.tv/nm52P5Q">三方视频教学- B站</a><br><br>
<a href="https://www.baidu.com/s?wd=smargate%20内网穿透">使用实践-度娘</a><br><br>
<a href="https://www.google.com/search?q=smargate+内网穿透">使用实践-google</a>
### 1、下载app && 注册新用户
@@ -310,6 +311,11 @@ ps:捐赠建议附上注册用户名<br>
<mark><font size=5 color=darkred>更新历史</font></mark>
</summary>
### 2022-12-14更新到v0.31.8<br>
1、APP服务端模式支持配置自定义代理及SSL加密<br>
2、自定义代理服务器支持SSL自签名证书下发<br>
3、其它优化<br>
### 2022-11-04更新到v0.31.7<br>
1、提供一键版本升级功能,无需手动更新<br>
* 此功能版本源指向github,如无法更新,请确认github连通性<br>
Binary file not shown.