dunebox-port-map
Return a map of dunebox connections to their connection tags
Last updated
Was this helpful?
Return a map of dunebox connections to their connection tags
--pretty
flag
Yes
Pretty prints output. Default is JSON.
When called without the --pretty flag, the result is a JSON array in which each entry is an object with the following fields:
port
uint16
Local port for proxy connection.
tag
String
Connection parameter, depending on how the connection was made. Can be the asid (if it was specified with dunebox-connect or if the connection was made with dunebox-autoconnect), token (if it was specified with dunebox-connect) or default (if nothing was specified during dunebox-connect)
status
String
One of online, offline or unauthorized, depending on the connection status.
Last updated
Was this helpful?
Was this helpful?