mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-10-23 11:04:07 +02:00
Added loopback proxy support
- Added support for shortcut loopback setup in local setups
This commit is contained in:
@@ -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 := ""
|
||||
|
Reference in New Issue
Block a user