Added loopback proxy support

- Added support for shortcut loopback setup in local setups
This commit is contained in:
Toby Chui
2025-10-10 14:43:38 +08:00
parent ca12facaf2
commit e77f947d1d
4 changed files with 36 additions and 9 deletions

View File

@@ -211,7 +211,6 @@ func getWebsiteStatus(url string) (int, error) {
}
resp, err := client.Do(req)
//resp, err := client.Get(url)
if err != nil {
//Try replace the http with https and vise versa
rewriteURL := ""