Loading...
#!/bin/bash PORT=0 #判断当前端口是否被占用,没被占用返回0,反之1 function Listening { TCPListeningnum=`netstat -an | grep ":$1 " | awk '$1 == "tcp" && $NF == "LISTEN" {print $0}...
0x0之前是使用iptables进行端口转发,但是iptables规则较为麻烦,所以就使用socat进行转发0x1首先,在PostUp选项中启动socat时,将socat的进程ID(PID)保存到一个文件中。然后,在PostDown选项中读取该文件,并使用保存的PID来关闭socat进程。示例:[Interface] PrivateKey = <PrivateKey> Addre...