mirror of
https://github.com/dndx/phantun.git
synced 2025-01-19 06:19:30 +08:00
docs(readme) update latest release version
This commit is contained in:
parent
4dc9f867ed
commit
e97a2d1cad
@ -31,7 +31,7 @@ Table of Contents
|
|||||||
|
|
||||||
# Latest release
|
# Latest release
|
||||||
|
|
||||||
[v0.1.0](https://github.com/dndx/phantun/releases/tag/v0.1.0)
|
[v0.1.1](https://github.com/dndx/phantun/releases/tag/v0.1.1)
|
||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
@ -96,7 +96,7 @@ table inet nat {
|
|||||||
#### Using iptables
|
#### Using iptables
|
||||||
|
|
||||||
```
|
```
|
||||||
iptables -t nat -A POSTROUTING -i tun0 -o eth0 -j MASQUERADE
|
iptables -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