Skip to content

Add parameter for host to bind #32

Description

@afbjorklund

Currently the host is hardcoded, would be good to have a parameter for it.

addr := net.JoinHostPort("0.0.0.0", strconv.Itoa(int(config.GetPort())))

Maybe you want to serve localhost only.

   --host string         The host to serve on (default: "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