Proxy Mode

The "proxy mode" is the primary mode of operation for Quilkin, wherein it acts as a non-transparent UDP proxy.

This is driven by Quilkin being executed via the run subcommand.

To view all the options for the run subcommand, run:

$ quilkin run --help
Run Quilkin as a UDP reverse proxy

Usage: quilkin run [OPTIONS]

Options:
  -m, --management-server <MANAGEMENT_SERVER>
          One or more `quilkin manage` endpoints to listen to for config changes [env: QUILKIN_MANAGEMENT_SERVER=]
      --mmdb <MMDB>
          The remote URL or local file path to retrieve the Maxmind database [env: MMDB=]
  -p, --port <PORT>
          The port to listen on [env: QUILKIN_PORT=]
  -t, --to <TO>
          One or more socket addresses to forward packets to [env: QUILKIN_DEST=]
  -h, --help
          Print help information