Skip to content

tl;dr

The one-liner lueur proxy

The following command starts the proxy impacting any requests to any upstream server with a 300ms latency on average.

lueur run --with-latency --latency-mean=300 --upstream=* 

That's it!

Next Steps

  • Start exploring our tutorials to gently get into using lueur.
  • Explore our How-To guides to explore lueur's features.