Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Debug interface remotely accessible #361

Open
polyfloyd opened this issue Mar 8, 2019 · 1 comment
Open

Debug interface remotely accessible #361

polyfloyd opened this issue Mar 8, 2019 · 1 comment
Assignees

Comments

@polyfloyd
Copy link

Hey,

I'm using go-langserver for local Go development and noticed that it opens a TCP server on port 6060:

$ netstat -tulpn
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp6       0      0 :::6060                 :::*                    LISTEN      25420/go-langserver

Is this intended? I'm not sure what functionality this debugger provides, but it's probably best to not have it open to the network.

@keegancsmith
Copy link
Member

cc @chrismwendt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants