修改docker问题

This commit is contained in:
bjdgyc
2021-04-10 16:45:02 +08:00
parent d4b8cc3576
commit ed569dfba1
5 changed files with 8 additions and 13 deletions

View File

@@ -85,5 +85,5 @@ const accountMail = `<p>您好:</p>
</ul>
</div>
<p>
软件下载地址: https://gitee.com/bjdgyc/anylink-soft/blob/master/README.md
软件下载地址: https://{{.LinkAddr}}/files/info.txt
</p>`

View File

@@ -1,5 +0,0 @@
# Binaries for programs and plugins
*
!.gitignore
!index.html

2
server/files/info.txt Normal file
View File

@@ -0,0 +1,2 @@
客户端软件需放置在files目录内
如需要帮助请加QQ群567510628

View File

@@ -22,7 +22,7 @@ func LinkHome(w http.ResponseWriter, r *http.Request) {
}
w.WriteHeader(http.StatusOK)
fmt.Fprintln(w, "hello world")
fmt.Fprintln(w, "AnyLink 是一个企业级远程办公 sslvpn 的软件,可以支持多人同时在线使用。")
}
func LinkOtpQr(w http.ResponseWriter, r *http.Request) {