CLI reference / egress / mobile / serve

stado egress mobile serve

Invocation

stado egress mobile serve [OPTIONS] --interface <INTERFACE>

Purpose

Run a loopback HTTP proxy whose upstream sockets use one interface

Required inputs and options

Input or optionContract
--interface <INTERFACE>Operating-system interface carrying the phone tether, for example en7
--bind <BIND>Loopback address to listen on. Non-loopback binds are refused [default: 127.0.0.1]
--port <PORT>Local proxy port consumed by Weles [default: 8781]

Output and state effect

It performs the operation described above and emits its operator result on standard output or standard error. Any state change is limited to the resources and records named by the purpose and options on this page.

Refusals

  • Non-loopback binds are refused [default: 127.0.0.1]
  • Before dispatch, Stado refuses a missing required token shown in the invocation, an unknown option, or a value outside a listed value set; argument-usage failures exit with code 2.