SSHTunnel/Tunnel/Variables.go

7 lines
144 B
Go
Raw Permalink Normal View History

2015-09-28 13:28:11 +00:00
package Tunnel
var (
currentRetriesLocal = 0 // Check how many retries are occur for creating the local end-point
callbackPassword = ``
)