|Entries|{{RootFieldType|SyncDictionary`2|[[Type:String|String]], [[#Entry|Entry]]}}|TypeAdv0=true| A list of allowed and denied IP address locations.
}}
== Entry ==
{{Table TypeFields
|AllowHTTP_Requests|Bool| This indicayes of HTTP(S) requests are allowed for this host. These are typically REST API requests to communicate with third party services.
|AllowWebsockets|Bool| This indicates if realtime Websocket connections are allowed for this host. These are often used for more realtime bi-directional communications and data streams.
|AllowOSC_Receiving|Bool| This indicates if Resonite can receive and process OSC data
|AllowOSC_Sending|Bool| This controls if Resonite is allowed to send data via OSC protocol to given host
|HTTP_RequestsSet|Bool| Whether <code>AllowHTTP_Requests</code> should be toggled soon.
|WebsocketsSet|Bool| Whether <code>AllowWebsockets</code> should be toggled soon.
|OSC_SenderSet|Bool| Whether <code>AllowOSC_Receiving</code> should be toggled soon.
|OSC_ReceiverSet|Bool| Whether <code>AllowOSC_Sending</code> should be toggled soon.
|LastHyperlinkRequestReason|String| The last reason given for accessing a website.
|LastWebsocketRequestReason|String| The last reason given for accessing a web socket.
|LastOSC_SenderRequestReason|String| The last reason given for sending OSC data.
|LastOSC_ReceiverRequestReason|String| The last reason given for receiving OSC data.
|AllowedPorts|{{RootFieldType|SyncFieldList`1|[[Type:Int|Int]]}}|TypeAdv=12| The number ports allowed from this entry address.
|BlockedPorts|{{RootFieldType|SyncFieldList`1|[[Type:Int|Int]]}}|TypeAdv=13| The number ports blocked from this entry address.
This indicates if realtime Websocket connections are allowed for this host. These are often used for more realtime bi-directional communications and data streams.