Skip to content

Configure server to listen on all hosts #24

Description

@stevenvergenz

Currently the demo will only respond to requests made from localhost. In order to open it up to external clients (i.e. a VM guest to host request), the host needs to be changed.

main.py line 199 needs to say host='0.0.0.0' instead of host='localhost'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions