Sprites.Proxy.PortMapping (Sprites v0.1.0)

View Source

Port mapping configuration.

Fields

  • :local_port - Local port to listen on
  • :remote_port - Remote port on the sprite
  • :remote_host - Remote host (default: "localhost")

Summary

Types

t()

@type t() :: %Sprites.Proxy.PortMapping{
  local_port: non_neg_integer(),
  remote_host: String.t(),
  remote_port: non_neg_integer()
}