mirror of
https://github.com/dndx/phantun.git
synced 2025-01-18 13:59:30 +08:00
Revert "docs(readme): update README.md
to include incoming interface (`-i t…"
Some checks failed
Rust / build (push) Has been cancelled
Some checks failed
Rust / build (push) Has been cancelled
This reverts commit 8c7f4e98b39518e10bf5cbd69987e4ccf702015b.
This commit is contained in:
parent
8c7f4e98b3
commit
60f24d2563
@ -144,8 +144,8 @@ both IPv4 and IPv6 usage.
|
|||||||
#### Using iptables
|
#### Using iptables
|
||||||
|
|
||||||
```
|
```
|
||||||
iptables -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 -i tun0 -j MASQUERADE
|
ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
|
||||||
```
|
```
|
||||||
|
|
||||||
[Back to TOC](#table-of-contents)
|
[Back to TOC](#table-of-contents)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user