saucelabs / forwarder

Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.
https://forwarder-proxy.io
Mozilla Public License 2.0
224 stars 13 forks source link

docs: generate list items as * instead of - in text #851

Open mmatczuk opened 3 months ago

mmatczuk commented 3 months ago

There is already lots of hyphens * would be less distracting.

Example

    --tunnel-tls-key-file <path or base64> (env SC_SERVER_TUNNEL_TLS_KEY_FILE)
        TLS private key to use if the server protocol is https or h2. 

        Syntax:
        - File: /path/to/file.pac
        - Embed: data:base64,<base64 encoded data>