port_forward

WINDOWS - PORT FORWARD Under Administrative Context, forward all https traffic to another host

netsh interface portproxy add v4tov4 listenaddress=127.0.0.1 listenport=443 connectaddress=192.168.99.23 connectport=443

Last updated

Was this helpful?