## Default Permission Allows All - `allow-bind` - `allow-unbind` - `allow-connect` - `allow-disconnect` - `allow-send` ## Permission Table
Identifier | Description |
---|---|
`tcp:allow-bind` | Enables the bind command without any pre-configured scope. |
`tcp:deny-bind` | Denies the bind command without any pre-configured scope. |
`tcp:allow-connect` | Enables the connect command without any pre-configured scope. |
`tcp:deny-connect` | Denies the connect command without any pre-configured scope. |
`tcp:allow-disconnect` | Enables the disconnect command without any pre-configured scope. |
`tcp:deny-disconnect` | Denies the disconnect command without any pre-configured scope. |
`tcp:allow-send` | Enables the send command without any pre-configured scope. |
`tcp:deny-send` | Denies the send command without any pre-configured scope. |
`tcp:allow-unbind` | Enables the unbind command without any pre-configured scope. |
`tcp:deny-unbind` | Denies the unbind command without any pre-configured scope. |