Skip to content

Commit

Permalink
Revert "docs(readme): update README.md to include incoming interfac…
Browse files Browse the repository at this point in the history
…e (`-i t…"

This reverts commit 8c7f4e9.
  • Loading branch information
dndx committed Aug 27, 2024
1 parent 8c7f4e9 commit 60f24d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ both IPv4 and IPv6 usage.
#### Using iptables

```
iptables -t nat -A POSTROUTING -o eth0 -i tun0 -j MASQUERADE
ip6tables -t nat -A POSTROUTING -o eth0 -i tun0 -j MASQUERADE
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
```

[Back to TOC](#table-of-contents)
Expand Down

0 comments on commit 60f24d2

Please sign in to comment.