ServerInterface
Members
Name |
Documentation |
Type |
Description |
Optional |
|---|---|---|---|---|
|
This setting determines whether this server interface is enabled or not. |
|
Value of type ‘Boolean’ |
No |
|
The identifier for this interface. |
|
Value of type ‘String’ |
No |
|
The network port to use for this server interface. |
|
Value of type ‘Integer’ |
No |
|
Whether the interface is using a Socket or a WebSocket. |
|
In list { TcpSocket, WebSocket } |
No |
|
IP addresses or domains that should always be allowed access to this interface. |
|
Yes |
|
|
Sets the default access policy. |
|
In list { Allow, Deny, RequirePassword } |
Yes |
|
IP addresses or domains that should never be allowed access to this interface. |
|
Yes |
|
|
Password for connecting to this interface. |
|
Value of type ‘String’ |
Yes |
|
IP addresses or domains that should be allowed access if they provide a password. |
|
Yes |
Table parameters for AllowAddresses
IP addresses or domains that should always be allowed access to this interface.
Optional: Yes
Name |
Documentation |
Type |
Description |
Optional |
|---|---|---|---|---|
|
|
Value of type ‘String’ |
Yes |
Table parameters for DenyAddresses
IP addresses or domains that should never be allowed access to this interface.
Optional: Yes
Name |
Documentation |
Type |
Description |
Optional |
|---|---|---|---|---|
|
|
Value of type ‘String’ |
Yes |
Table parameters for RequirePasswordAddresses
IP addresses or domains that should be allowed access if they provide a password.
Optional: Yes
Name |
Documentation |
Type |
Description |
Optional |
|---|---|---|---|---|
|
|
Value of type ‘String’ |
Yes |