Forgot to put imports in fhe FreeBSD net file.
This commit is contained in:
parent
863f1d4621
commit
426ad9cfa3
@ -7,6 +7,13 @@
|
||||
*/
|
||||
package main
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"log"
|
||||
"os/exec"
|
||||
"strconv"
|
||||
)
|
||||
|
||||
func setupPortForward(ip, port string) {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user