Skip to content

Commit 785266d

Browse files
committed
Added docs for basic_nat example
1 parent 625777a commit 785266d

File tree

1 file changed

+19
-0
lines changed
  • root/defaults/example/config/basic_nat

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# basic_nat
2+
3+
Features:
4+
5+
- Works out of the box on bridge or host network
6+
- NAT (Network translation protocol)
7+
- Has configuration wizard
8+
9+
## Configure
10+
11+
``` bash
12+
ovpn_enconf basic_nat
13+
#Protocol udp, tcp, udp6, tcp6 [udp]:
14+
#VPN network [10.0.0.0]:
15+
#Port [1194]:
16+
#Public IP or domain of server: <PUBLIC IP>
17+
#DNS1 [8.8.8.8]:
18+
#DNS2 [8.8.4.4]:
19+
```

0 commit comments

Comments
 (0)