7 lines
144 B
Go
7 lines
144 B
Go
package Tunnel
|
|
|
|
var (
|
|
currentRetriesLocal = 0 // Check how many retries are occur for creating the local end-point
|
|
callbackPassword = ``
|
|
)
|