Skip to content

Option to listen at ipv4 only #150

Open
@kyberorg

Description

@kyberorg

Currently even if I specify

server := &ssh.Server{
		Addr:        "0.0.0.0:2222"
	}

Server will listen at both ipv4 and ipv6. Because line server.go#L330 has protocol tcp.

It would be nice to have an option to set tcp4 instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions