Skip to content

Add config file support for ristsender and ristreceiver.

Sergio Ammirata requested to merge file_config into master

The file needs to be in yaml format, here is an example:

secret: blarg buffer: 0 encryption-type: 256 profile: <simple/main/advanced> stats: 1000 inputurl:

  • ... outputurl:
  • ... We used a built-in very simplistic native yaml parser and not a yaml library to not introduce a new dependency. The key-value pairs are the same ones used in the long-options of the command line (all are supported).

Merge request reports

Loading