We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e4d7b commit 609f95aCopy full SHA for 609f95a
tty.go
@@ -26,6 +26,7 @@ func randomPort() int {
26
func StartTTY(port int) *exec.Cmd {
27
args := []string{
28
fmt.Sprintf("--port=%d", port),
29
+ "--interface", "127.0.0.1",
30
"-t", "rendererType=canvas",
31
"-t", "disableResizeOverlay=true",
32
"-t", "cursorBlink=true",
0 commit comments