|
@@ -3,7 +3,6 @@ package dynamicproxy
|
|
|
import (
|
|
|
_ "embed"
|
|
|
"errors"
|
|
|
- "fmt"
|
|
|
"log"
|
|
|
"net/http"
|
|
|
"os"
|
|
@@ -221,7 +220,6 @@ func (h *ProxyHandler) getTopLevelRedirectableDomain(unsetSubdomainHost string)
|
|
|
|
|
|
for i := 0; i < len(parts); i++ {
|
|
|
possibleTld := parts[i:]
|
|
|
- fmt.Println(possibleTld)
|
|
|
_, ok := h.Parent.tldMap[strings.Join(possibleTld, ".")]
|
|
|
if ok {
|
|
|
//This is tld length
|