8000 Web UI should bind() to any address family (IPv4/IPv6) · Issue #11 · jetkvm/kvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Web UI should bind() to any address family (IPv4/IPv6) #11
Closed
@apalrd

Description

@apalrd

Currently, web UI is only bind()'ing to 0.0.0.0 (IPv4 any). This prevents IPv6 connections from succeeding. Changing the bind address to [::] will allow IPv4 or IPv6 connections.

kvm/web.go

Line 210 in 6e2177e

err := r.Run(":80")
appears to be the line to change for web ui (I am not sure if there are any other bind()'s in webRTC)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0