We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625777a commit 785266dCopy full SHA for 785266d
root/defaults/example/config/basic_nat/README.md
@@ -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