fixed 2x TCP issue

This commit is contained in:
d3adzo
2022-01-15 15:16:19 -05:00
parent 229692efc6
commit f57170b4d6
2 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import (
"bufio"
"log"
"net"
"os"
"os/exec"
"strings"
"syscall"