8 lines
224 B
Bash
8 lines
224 B
Bash
#!/bin/bash
|
|
|
|
cd /root/wdd/
|
|
|
|
echo ""> nohup.out
|
|
|
|
|
|
nohup ./port_forward_linux_amd64 tcp listen:192.168.9.11:6006 conn:120.26.107.230:6006 & nohup ./port_forward_linux_amd64 tcp listen:192.168.9.11:6005 conn:120.26.107.230:6005 |