acme and redirection patch

+ Added experimental fix for redirection tailing problem
+ Added acme widget for first time users to setup https
This commit is contained in:
Toby Chui
2023-07-06 11:01:33 +08:00
parent 2f14d6f271
commit 36b17ce4cf
8 changed files with 45 additions and 17 deletions

View File

@@ -98,6 +98,10 @@ func isLocalhostListening() (isListening bool, err error) {
conn.Close()
}
if isListening {
return true, nil
}
return isListening, err
}