Skip to content

Proposal: support forwarding UDP ports #643

@felipecrs

Description

@felipecrs

Note

I understand this feature may not be as simple as it sounds. It will likely mean changing the editors to support forwarding udp ports as the current implementations likely do not leverage docker for it.

Anyway, I'm opening this issue to start the discussion because I haven't found one elsewhere.

It would be great if the following were possible:

{
  "forwardPorts": ["5683/udp"]
}

Or maybe:

{
  "forwardPorts": [5683],
  "portsAttributes": {
    "5683": {
      "label": "CoAP",
      "onAutoForward": "silent",
      "protocol": "udp"
    }
  }
}

A workaround is to use the older appPort:

{
  "appPort": ["5683/udp"]
}

But appPort has limitations that forwardPorts don't have. For example, appPort ports cannot be labeled through portAttributes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions