Skip to content

Commit aaffaf9

Browse files
committed
v1.9.0 新特性
- 更换新域名 httpsok.com - 增加nginx运行状态提示 - 增加DNS解析检测提醒 - 优化DNS解析检查 - 解决nginx重载失败问题 - 完善开发文档
1 parent 89ef735 commit aaffaf9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## 文档
1818

19-
- 官方帮助文档地址:[https://fposter.cn/doc/](https://fposter.cn/doc/)
19+
- 官方帮助文档地址:[https://httpsok.com/doc/](https://httpsok.com/doc/)
2020

2121
## 特性
2222

httpsok.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# WIKI: https://fposter.cn/doc
3+
# WIKI: https://httpsok.com/doc
44
# This script only supports bash, do not support posix sh.
55
# If you have the problem like Syntax error: "(" unexpected (expecting "fi"),
66
# Try to run "bash -version" to check the version.
@@ -18,9 +18,9 @@ PROJECT_TOKEN_FILE="$PROJECT_HOME/token"
1818
PROJECT_LOG_FILE="$PROJECT_HOME/$PROJECT_NAME.log"
1919
HTTPSOK_TOKEN=""
2020

21-
HTTPSOK_HOME_URL="https://fposter.cn/"
22-
BASE_API_URL="https://fposter.cn/v1/nginx"
23-
SCRIPT_URL="https://fposter.cn/httpsok.sh"
21+
HTTPSOK_HOME_URL="https://httpsok.com/"
22+
BASE_API_URL="https://httpsok.com/v1/nginx"
23+
SCRIPT_URL="https://get.httpsok.com/"
2424

2525
latest_code=""
2626
preparse=""
@@ -823,7 +823,7 @@ _run() {
823823
_check_token
824824
if ! _preparse ; then
825825
_err "No SSL certificate was detected.\n "
826-
_info "Please refer to resolve the issue. https://fposter.cn/doc/reference/nginx-config.html "
826+
_info "Please refer to resolve the issue. https://httpsok.com/doc/reference/nginx-config.html "
827827
echo ""
828828
return 4
829829
fi

0 commit comments

Comments
 (0)