-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protocols can now be defined in yaml files
- Loading branch information
1 parent
474cab9
commit 0691b8d
Showing
60 changed files
with
562 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: imap-encrypted | ||
description: IMAP mail sync protocol, encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: binary-encrypted | ||
description: Some other binary protocol, encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: true | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: binary | ||
description: Some other binary protocol | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: true | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: container-spawning | ||
description: Spawn a container | ||
isProcessLocal: true | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: ftp | ||
description: File Transfer Protocol | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: ftps | ||
description: File Transfer Protocol with TLS | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: http | ||
description: HTTP protocol | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: true | ||
isPotentialWebAccessProtocol: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: https | ||
description: HTTPS protocol (encrypted) | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: true | ||
isPotentialWebAccessProtocol: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: iiop-encrypted | ||
description: Internet Inter-ORB Protocol, encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: iiop | ||
description: Internet Inter-ORB Protocol | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: imap | ||
description: IMAP mail sync protocol | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: in-process-library-call | ||
description: Call to local library | ||
isProcessLocal: true | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: jdbc-encrypted | ||
description: Java Database Connectivity but encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: true | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: jdbc | ||
description: Java Database Connectivity | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: true | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: jms | ||
description: Jakarta Messaging | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: jrmp-encrypted | ||
description: Java Remote Method Protocol, encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: jrmp | ||
description: Java Remote Method Protocol | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: ldap | ||
description: Lightweight Directory Access Protocol - User directories | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: ldaps | ||
description: Lightweight Directory Access Protocol - User directories on TLS | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: local-file-access | ||
description: Data files are on the local system | ||
isProcessLocal: true | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: mqtt | ||
description: MQTT Message protocol. Encryption via TLS is optional | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: nfs | ||
description: Network File System | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: nosql-access-protocol-encrypted | ||
description: NOSQL access protocol but encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: true | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: nosql-access-protocol | ||
description: NOSQL access protocol | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: true | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: nrpe | ||
description: Nagios Remote Plugin Executor | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: odbc-encrypted | ||
description: Open Database Connectivity but encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: true | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: odbc | ||
description: Open Database Connectivity | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: true | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: pop3-encrypted | ||
description: POP 3 mail fetching, encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: pop3 | ||
description: POP 3 mail fetching | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
7 changes: 7 additions & 0 deletions
7
components/protocols/reverse-proxy-web-protocol-encrypted.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: reverse-proxy-web-protocol-encrypted | ||
description: Protocols used by reverse proxies but encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: reverse-proxy-web-protocol | ||
description: Protocols used by reverse proxies | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: scp | ||
description: Secure Shell to copy files | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: sftp | ||
description: FTP on SSH | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: smb-encrypted | ||
description: Server Message Block, but encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: smb | ||
description: Server Message Block | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: smtp-encrypted | ||
description: Mail transfer protocol (sending), encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: smtp | ||
description: Mail transfer protocol (sending) | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: sql-access-protocol-encrypted | ||
description: SQL access protocol but encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: true | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: sql-access-protocol | ||
description: SQL access protocol | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: true | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: ssh-tunnel | ||
description: Secure Shell as a tunnel | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: ssh | ||
description: Secure Shell to execute commands | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: text-encrypted | ||
description: Some other text protocol, encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: text | ||
description: Some other text protocol | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: ws | ||
description: WebSocket | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: wss | ||
description: WebSocket but encrypted | ||
isProcessLocal: false | ||
isEncrypted: true | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: xmpp | ||
description: Extensible Messaging and Presence Protocol | ||
isProcessLocal: false | ||
isEncrypted: false | ||
isPotentialDatabaseAccessProtocol: false | ||
IsLaxDatabaseProtocol: false | ||
isPotentialWebAccessProtocol: false |
Oops, something went wrong.