```sh Run the Nym client with provided configuration client optionally overriding set parameters Usage: nym-socks5-client run [OPTIONS] --id Options: --id Id of client we want to create config for --gateway Id of the gateway we want to connect to. If overridden, it is user's responsibility to ensure prior registration happened --nym-apis Comma separated list of rest endpoints of the API validators --use-anonymous-replies Specifies whether this client is going to use an anonymous sender tag for communication with the service provider. While this is going to hide its actual address information, it will make the actual communication slower and consume nearly double the bandwidth as it will require sending reply SURBs. Note that some service providers might not support this. [possible values: true, false] --provider Address of the socks5 provider to send messages to -p, --port Port for the socket to listen on --host The custom host on which the socks5 client will be listening for requests -h, --help Print help (see a summary with '-h') ```