Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 755 Bytes

ProxyConfig.md

File metadata and controls

15 lines (10 loc) · 755 Bytes

ProxyConfig

Represents a Proxy configuration object.

Properties

Name Type Description Notes
device_port float The device port to use for proxying. [optional]
first_available bool If `true`, the first available port will be used if `devicePort` is not available. [optional]
expose bool If `true`, the proxy will be exposed to the external interface. [optional]
router_port float The router port to use for proxying. [optional]

[Back to Model list] [Back to API list] [Back to README]