Skip to content

Possible Port Conflicts #4

@crazy2be

Description

@crazy2be

Due to hard-coded listening ports in each of the modules, it's very possible that two modules could end up listening on the same port. The framework should solve this by automatically assigning ports to modules, either by making a config file in each jail upon start like this:

# Automatically generated module config file
port=:8081 # One possibility
listenon=localhost:8081 # Another possibility

Or, alternatively, by passing it as a -port=":8081" command-line argument. Not sure which solution is best at this point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions