Created
November 13, 2017 09:50
-
-
Save hisui/c418232f349d716813b86993ade899db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
netsh interface portproxy add v4tov4 listenport=443 listenaddress=127.0.0.1 connectport=9443 connectaddress=127.0.0.1 protocol=tcp | |
netsh interface portproxy delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment