mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-07-10 12:48:36 +02:00
Update README.md
This commit is contained in:
@@ -602,7 +602,7 @@ More: [https://github.com/twelvesec/port-forwarding](https://github.com/twelvese
|
||||
<a id="iptables"></a>
|
||||
**3.iii.c Bouncing traffic with iptables**
|
||||
|
||||
Use the host 192.168.0.100 as a Jump-Host: Forward any connection from anywhere to 192.168.0.100:53 onwards to 1.2.3.4:443.
|
||||
Bounce through a host/router without needing to run a userland proxy or forwarder:
|
||||
```sh
|
||||
ipfwinit() {
|
||||
echo 1 >/proc/sys/net/ipv4/ip_forward
|
||||
|
||||
Reference in New Issue
Block a user