mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 00:31:17 +08:00
修改docker问题
This commit is contained in:
@@ -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>`
|
||||
|
5
server/files/.gitignore
vendored
5
server/files/.gitignore
vendored
@@ -1,5 +0,0 @@
|
||||
# Binaries for programs and plugins
|
||||
|
||||
*
|
||||
!.gitignore
|
||||
!index.html
|
2
server/files/info.txt
Normal file
2
server/files/info.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
客户端软件需放置在files目录内,
|
||||
如需要帮助请加QQ群:567510628
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user