From 3f3a4ea9be97734f8a21a3175fa3f7d3844826c8 Mon Sep 17 00:00:00 2001 From: Sylvain Lamontagne Date: Tue, 20 Sep 2016 13:01:29 -0400 Subject: [PATCH] Fix Markdown for easier display --- docs/faqs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/faqs.md b/docs/faqs.md index 193943f..b7df795 100644 --- a/docs/faqs.md +++ b/docs/faqs.md @@ -21,5 +21,6 @@ Split tunnels are configurations where only some of the traffic from a client go ## I need to add some extra configurations to openvpn.conf, How can I do that ? -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: +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: + ovpn_genconfig -e 'duplicate-cn' -e 'topology subnet' -u udp://VPN.SERVERNAME.COM