更新补全darwin

This commit is contained in:
Mob2003
2023-03-26 18:53:36 +08:00
parent f52357dd11
commit dd12c58b9d
14 changed files with 456 additions and 362 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ func main() {
if common.Debug {
go func() {
err := http.ListenAndServe("0.0.0.0:8083", nil)
err := http.ListenAndServe("0.0.0.0:80", nil)
if err != nil {
err = http.ListenAndServe("0.0.0.0:8084", nil)
if err != nil {