mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-16 06:00:16 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Set up IPv4 port forwarding (run in elevated console):
|
||||
|
||||
`netsh interface portproxy add v4tov4 listenaddress={{192.168.0.1}} listenport={{8080}} connectaddress={{10.0.0.1}} connectport={{80}}`
|
||||
`netsh interface portproxy add v4tov4 listenaddress={{192.168.0.1}} listenport={{8080}} connectaddress={{10.0.0.1}} connectport={{80}}`
|
||||
|
||||
- Remove IPv4 port forwarding (run in elevated console):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user