Skip to content

Commit

Permalink
update 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdy666 committed Mar 25, 2023
1 parent c6d778f commit aa11dcf
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,15 @@
- 特点
- 无需额外服务器,将局域网服务端口暴露于IPv4公网(端口随机)
- 适合于国内运营商级NAT1宽带网络.
- 将要实现的功能
- 有建议可联系作者.
- 6.计划任务
- 特点
- 不依赖linux系统的cron
- 操作简易可视化编辑
- 7.自动申请/续签ACME证书
- 特点
- 自动续签
- 支持Cloudflare 腾讯云 阿里云 三个域名商




Expand Down Expand Up @@ -116,7 +123,7 @@
```bash
# host模式, 同时支持IPv4/IPv6, Liunx系统推荐
docker run -d --name lucky --restart=always --net=host gdy666/lucky
# 桥接模式, 只支持IPv4, Mac/Windows推荐,windows另外会有专用版本支持ipv6,待开发
# 桥接模式, 只支持IPv4, Mac/Windows推荐,windows 不推荐使用docker版本
docker run -d --name lucky --restart=always -p 16601:16601 gdy666/lucky
```
Expand Down Expand Up @@ -176,6 +183,25 @@

# 更新日志

2023-03-25 v1.9.0
1.Web反向代理默认支持WebDAV。
2.设置新增OpenToken选项开关
无须模拟登陆即可调用后端API。
3.修复断网情况下启动lucky,网络唤醒物联网平台无法重连BUG。
4.网络唤醒修复广播地址为空时处理异常的情况
5.各大模块规则设置加入默认简易模式,优化新手设置体验。
6.优化前端体验
7.Web服务 前端域名/路径支持
8.反向代理规则增加跨域支持开关
9.Web规则列表点击前端域名自动复制完整链接
10.Web服务类型 重定向和跳转的目标地址支持变量
{host},{port},{hostAndPort}
11.Web服务规则 http/https支持使用同一端口
12.Web服务模块日志分离,模块添加按钮旁边可以查看
13.默认不显示lucky后台设置里面的登陆密码
14.修复前端菜单模块列表偶尔不显示的bug
15.SSL证书管理加入自动证书功能,支持自动申请续签cloudflare,阿里云,腾讯云域名证书。

2023-03-13 v1.8.5
1.修复Web服务中反向代理host没有携带显式端口
2.捕获计划任务执行异常,防止程序奔溃。
Expand Down

0 comments on commit aa11dcf

Please sign in to comment.