Sprites.Proxy.PortMapping (Sprites v0.2.0)
View SourcePort 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
@type t() :: %Sprites.Proxy.PortMapping{ local_port: non_neg_integer(), remote_host: String.t(), remote_port: non_neg_integer() }