Skip to content

Commit 3f3a4ea

Browse files
committed
Fix Markdown for easier display
1 parent e8eb1dd commit 3f3a4ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/faqs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ Split tunnels are configurations where only some of the traffic from a client go
2121

2222
## I need to add some extra configurations to openvpn.conf, How can I do that ?
2323

24-
You can pass multiple '-e' options to ovpn_genconfig. For example, if you need to add 'duplicate-cn' and 'topology subnet' to the server configuration you could do something like this:
24+
You can pass multiple (**-e**) options to `ovpn_genconfig`. For example, if you need to add _'duplicate-cn'_ and _'topology subnet'_ to the server configuration you could do something like this:
25+
2526
ovpn_genconfig -e 'duplicate-cn' -e 'topology subnet' -u udp://VPN.SERVERNAME.COM

0 commit comments

Comments
 (0)