Skip to content

Conversation

cyberian-hacksy
Copy link

This pull request introduces support for loading configuration options from a JSON config file in addition to command-line arguments. It includes updates to the help text, command-line option parsing, and the main server logic to handle the new --config option.

Config File Support:

  • Added a new --config (-F) option to specify the path to a JSON config file. Command-line options override settings from the config file.
  • Implemented the parse_config_file function to read, parse, and apply settings from the JSON config file, supporting all existing command-line options.

@cyberian-hacksy
Copy link
Author

Closes #1358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant