To help deployment and better handle locally different configurations, n2n supports the optional use of configuration files for `edge` and `supernode`.
Long options can be used as well. Please note the double minus/dash-character `--`, just like you would use them on the command line with long options:
If using a configuration file, its filename needs to be supplied as first parameter to `edge` or `supernode`. If required, additional command line parameters can be supplied afterwards:
When used with `=`, there is no whitespace allowed between parameter, delimiter (`=`), and option. So, do **not** put `-c = mynetwork` – it is required to be `-c=mynetwork`.