Compare commits

..
30 Commits
Author SHA1 Message Date
zhiyong.luo 819f5dc13c bug-fixed 2023-12-06 21:59:47 +08:00
zhiyong.luo c983e63e6a upgrade 2023-11-28 22:52:04 +08:00
zhiyong.luo d30b7fcbde Update readme.md 2023-11-28 22:39:45 +08:00
zhiyong.luo b598d9936e Update readme.md 2023-11-28 22:38:49 +08:00
zhiyong.luo d6aa480065 bug-fixed 2023-11-28 22:31:42 +08:00
zhiyong.luo f0639101b7 bug-fixed 2023-11-28 22:25:47 +08:00
zhiyong.luo ad310343ba bug-fixed 2023-11-28 22:25:01 +08:00
zhiyong.luo 07bcba3e3d Update readme.md 2023-11-17 22:37:38 +08:00
zhiyong.luo 6047ac23fa bug-fixed 2023-11-16 21:04:59 +08:00
zhiyong.luo 9ca9fbdf8d Delete dynamic/macos_mini_universalv0.32.1.tar 2023-11-16 21:03:11 +08:00
zhiyong.luo 4a766b0020 Delete dynamic/linux_mini_x86v0.32.1.tar 2023-11-16 21:03:02 +08:00
zhiyong.luo 4daacd6013 Delete dynamic/linux_mini_x86_64v0.32.1.tar 2023-11-16 21:02:53 +08:00
zhiyong.luo 18ac9cc3f8 Delete dynamic/linux_mini_riscv64v0.32.1.tar 2023-11-16 21:02:44 +08:00
zhiyong.luo c94f827418 Delete dynamic/linux_mini_mipsel64v0.32.1.tar 2023-11-16 21:02:27 +08:00
zhiyong.luo 389fb39b27 Delete dynamic/linux_mini_mipsel32v0.32.1.tar 2023-11-16 21:02:18 +08:00
zhiyong.luo 8c59fedb37 Delete dynamic/linux_mini_mipsel32-uclibcv0.32.1.tar 2023-11-16 21:02:09 +08:00
zhiyong.luo 8d415b5158 Delete dynamic/linux_mini_mips64v0.32.1.tar 2023-11-16 21:01:59 +08:00
zhiyong.luo 99bac3b143 Delete dynamic/linux_mini_mips32v0.32.1.tar 2023-11-16 21:01:43 +08:00
zhiyong.luo ba20c9b67d Delete dynamic/linux_mini_arm64v0.32.1.tar 2023-11-16 21:01:29 +08:00
zhiyong.luo 6afe8f6fba Delete dynamic/linux_mini_arm32v0.32.1.tar 2023-11-16 21:00:49 +08:00
zhiyong.luo 082d1f6f5d bug-fixed 2023-11-16 21:00:24 +08:00
zhiyong.luo 939922a924 bug-fixed 2023-11-16 20:50:15 +08:00
zhiyong.luo 332bcf199b Delete windows_x86v0.32.1.tar 2023-11-16 20:47:26 +08:00
zhiyong.luo e12f32de7c Delete linux_x86v0.32.1.tar 2023-11-16 20:46:32 +08:00
zhiyong.luo 06d73f55c6 Delete linux_x86_64v0.32.1.tar 2023-11-16 20:46:06 +08:00
zhiyong.luo f111fd7929 Delete linux_arm32v0.32.1.tar 2023-11-16 20:45:29 +08:00
zhiyong.luo 2b5831c929 Delete app-release.apk 2023-11-16 20:45:06 +08:00
zhiyong.luo 53df534bd6 Update readme.md 2023-11-08 20:47:23 +08:00
zhiyong.luo 64d706c67d bug-fixed 2023-11-07 23:16:39 +08:00
zhiyong.luo ede0b2c0a8 bug-fixed 2023-11-07 23:15:36 +08:00
30 changed files with 69 additions and 0 deletions
BIN
View File
Binary file not shown.
+52
View File
@@ -104,6 +104,32 @@ var g_languages = [
,"移动网关将保持提供服务"//102
,"服务启动时间"//103
,"暴露服务集"//104
,"服务端代理"//105
,"请选择文件操作:"//106
,"上传"//107
,"下载"//108
,"文件管理"//109
,"文件名"//110
,"大小"//111
,"当前版本过低,不支持自动升级,请手动更新!"//112
,"自定义代理"//113
,"自定义代理 IP:port..."//114
,"访问Token"//115
,"代理服务器Token..."//116
,"P2P加密选项" //117
,"none"//118
,"first"//119
,"only"//120
,"序列号注册成功!"//121
,"序列号注册失败!"//122
,"序列号注册" //123
,"序列号" //124
,"必须输入序列号" //125
,"VIP 到期剩余时间(天):" //126
,"播放" //127
,"已发送定位请求..." //128
,"定位请求失败" //129
,"已成功获取定位信息" //130
],
["English"
, "OK" //1
@@ -210,5 +236,31 @@ var g_languages = [
, "The SmarGate will remain in service" // 102
, "Service start time" // 103
, "Exposed services"//104
, "Server Proxy"//105
, "Please select a file operation:"//106
, "upload"//107
, "download"//108
, "File Manager" //109
, "file name" //110
, "size" //111
, "The current version is too low to support automatic upgrade, please update manually!" //112
, "User proxy"//113
, "User proxy IP:port..."//114
, "Access token"//115
, "Token of proxy server..."//116
, "SSL option for P2P" //117
, "none"//118
, "first"//119
, "only"//120
, "Successful license register"//121
, "Fault to license register"//122
, "License register" //123
, "License key" //124
, "license key must be filled" //125
, "VIP exp-after-days:" //126
, "Play" //127
, "Location request has been sent..." //128
, "Location request failed" //129
, "Successfully obtained location information" //130
]
];
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.
+17
View File
@@ -163,6 +163,11 @@
。android手机可作为服务端
20、支持远程文件管理功能:浏览、上传、下载、删除,支持断点续传(version >= v0.31.6
。在有p2p或自定义代理时,激活文件管理功能,可对手机和服务端电脑文件进行基本操作
21、支持内置socks5、http代理(version >= v0.32.1
。毕竟有三方专业工具如ss5、squid等,因此socks5及http代理是可选的功能
22、socks5、http代理支持域名和IP白名单(version >= v0.32.1
。域名白名单支持四种模式匹配(完全匹配、向前匹配、向后匹配、中间匹配),默认配置文件名.white_list
。IP白名单支持CIDR格式ip-range配置,默认配置文件名.ipchecks
。。。待续
```
@@ -311,6 +316,18 @@ ps:捐赠建议附上注册用户名<br>
<mark><font size=5 color=darkred>更新历史</font></mark>
</summary>
### 2023-11-28<br>
1、老幼安全防护,支持GPS定位,便于掌握关怀对象所在经纬度(自行手动授权)<br>
* 此功能仅支持Android服务端<br>
* 坐标获取成功,则经纬度坐标将会自动复制到剪贴板<br>
2、其它优化<br>
### 2023-11-17更新到v0.32.2<br>
1、socks协议支持用户名/密码验证<br>
2、支持保存及播放录音(VIP<br>
3、版本更新到v0.32.2<br>
### 2023-10-25更新到v0.32.1<br>
1、修复bug<br>
2、完善支持socks协议(仅支持ipv4 tcp)<br>
Binary file not shown.