AUTH-2505 added aliases

This commit is contained in:
Dalton
2020-05-13 13:53:31 -05:00
parent 83a1dc93d8
commit 8c870c19a6
4 changed files with 15 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ const (
)
var (
supportedProtocols = []string{"http", "https", "rdp"}
supportedProtocols = []string{"http", "https", "rdp", "ssh", "smb", "tcp"}
validationTimeout = time.Duration(30 * time.Second)
)

View File

@@ -308,7 +308,7 @@ func TestNewAccessValidatorErr(t *testing.T) {
urls := []string{
"",
"tcp://test.cloudflareaccess.com",
"ftp://test.cloudflareaccess.com",
"wss://cloudflarenone.com",
}