Skip to content

Allow specifying a target host/website per command line

Corl3ss requested to merge Corl3ss/exitmap:host_port_CLI into main

This commit:

  • adds 2 options in the command line to collect host and port
  • adapts the relay selector process to take the specified host and port into account if specified (otherwise, destination set up in the module is used)
  • adapts one module (checktest) just to ensure host and port are usable here. Each module will then have to be adapted separately

Merge request reports