Skip to content

Please add support for binding on all interfaces #2

@bentaljaard

Description

@bentaljaard

Currently when mockpy starts, it binds to the localhost interface. That is fine when you quickly need to run a local mock server, but if you want to access it from another machine it is not possible. My suggestion is that the user needs the ability to specify a bind host as a commandline option. eg.

cherrypy.config.update( {'server.socket_host': '0.0.0.0'} )

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