fix https to http
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package frp
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/fatedier/frp/pkg/config"
|
||||
"github.com/fatedier/frp/server"
|
||||
"github.com/phayes/freeport"
|
||||
@@ -87,5 +88,7 @@ func GetFRPServerPort(host string) (string, error) {
|
||||
return "", err
|
||||
}
|
||||
|
||||
fmt.Println(string(body))
|
||||
|
||||
return string(body), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user