Skip to content

Commit

Permalink
Remove testing string
Browse files Browse the repository at this point in the history
  • Loading branch information
imdawon committed Mar 14, 2024
1 parent 0c25d10 commit c0cea5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ func main() {
fmt.Println("Please enter your Drawbridge server URL or IP (e.g drawbridge.mysite.com:3100 or 50.162.50.224:3100):")
fmt.Println("Please note the default Drawbridge reverse proxy port is 3100.")
fmt.Print("Drawbridge server URL or IP: ")
drawbridgeLocationResponse := "localhost:3100"
var drawbridgeLocationResponse string
fmt.Scan(&drawbridgeLocationResponse)
fmt.Println()

serviceNames := getProtectedServiceNames(drawbridgeLocationResponse, tlsConfig)
Expand Down

0 comments on commit c0cea5b

Please sign in to comment.