first commit
This commit is contained in:
@@ -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