enabled TLS

This commit is contained in:
2024-08-23 04:32:59 +01:00
parent 00317008a2
commit 0a13327551
2 changed files with 10 additions and 3 deletions

View File

@@ -377,8 +377,6 @@ func MapPort(port string, domainName string) (string, string, error) {
// random large number
lowestLatency = 10000000
fmt.Println("here --------------------------------")
for i, _ := range table.IpAddress {
// Checks if the ping is the lowest and if the following node is acting as a proxy
//if table.IpAddress[i].Latency.Milliseconds() < lowestLatency && table.IpAddress[i].ProxyPort != "" {