Skip to content

Commit 6232ab0

Browse files
authored
Fix code blocks in italic text blocks (opnsense#320)
1 parent 70166cc commit 6232ab0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/manual/how-tos/wireguard-selective-routing.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=================================================================
2-
Set up WireGuard for selective routing to external VPN provider
2+
WireGuard Selective Routing to External VPN Provider
33
=================================================================
44

55
------------
@@ -28,7 +28,7 @@ Step 1 - Configure the endpoint
2828

2929
====================== ====================================================================================================
3030
**Enabled** *Checked*
31-
**Name** *Call it whatever you want (eg :code:`VPNProviderName_Location`)*
31+
**Name** *Call it whatever you want (eg* :code:`VPNProviderName_Location` *)*
3232
**Public Key** *Insert the public key from your VPN provider*
3333
**Allowed IPs** *0.0.0.0/0*
3434
**Endpoint Address** *Insert the public IP address (desirably) or domain name of your VPN provider, as provided by it*
@@ -49,7 +49,7 @@ Step 2 - Configure the local peer
4949

5050
===================== ===============================================================================================
5151
**Enabled** *Checked*
52-
**Name** *Call it whatever you want (eg :code:`VPNProviderName`)*
52+
**Name** *Call it whatever you want (eg* :code:`VPNProviderName` *)*
5353
**Public Key** *This will initially be blank; it will be populated once the configuration is saved*
5454
**Private Key** *This will initially be blank; it will be populated once the configuration is saved*
5555
**Listen Port** *51820 or a higher numbered unique port*
@@ -129,7 +129,7 @@ Step 7 - Create an Alias for the relevant local hosts that will access the tunne
129129

130130
================= ==================================================================================================
131131
**Enabled** *Checked*
132-
**Name** *Call it whatever your want, eg :code:`WG_VPN_Hosts`*
132+
**Name** *Call it whatever your want, eg* :code:`WG_VPN_Hosts`
133133
**Type** *Select either Host(s) or Network(s) in the dropdown, depending on whether you want specific host IPs to use the tunnel, or an entire local network (such as a VLAN)*
134134
**Content** *Enter the host IPs, or the network in CIDR format*
135135
**Description** *Add one if you wish to*
@@ -168,12 +168,12 @@ This will involve two steps - first creating a second Alias for all local (priva
168168
**TCP/IP Version** *IPv4*
169169
**Protocol** *any*
170170
**Source / Invert** *Unchecked*
171-
**Source** *Select the relevant hosts Alias you created above in the dropdown (eg :code:`WG_VPN_Hosts`)*
171+
**Source** *Select the relevant hosts Alias you created above in the dropdown (eg* :code:`WG_VPN_Hosts` *)*
172172
**Destination / Invert** *Checked*
173-
**Destination** *Select the :code:`RFC1918_Networks` Alias you created above in the dropdown*
173+
**Destination** *Select the* :code:`RFC1918_Networks` *Alias you created above in the dropdown*
174174
**Destination port range** *any*
175175
**Description** *Add one if you wish to*
176-
**Gateway** *Select the gateway you created above (eg :code:`WAN_VPNProviderName`)*
176+
**Gateway** *Select the gateway you created above (eg* :code:`WAN_VPNProviderName` *)*
177177
============================ ==================================================================================================
178178

179179
- **Save** the rule, and then click **Apply Changes**
@@ -189,11 +189,11 @@ Step 9 - Create an outbound NAT rule
189189
- Configure the rule as follows (if an option is not mentioned below, leave it as the default):
190190

191191
========================== =========================================================================================================
192-
**Interface** *Select the interface for your WireGuard VPN (eg :code:`WAN_VPNProviderName`)*
192+
**Interface** *Select the interface for your WireGuard VPN (eg* :code:`WAN_VPNProviderName` *)*
193193
**TCP/IP Version** *IPv4*
194194
**Protocol** *any*
195195
**Source invert** *Unchecked*
196-
**Source address** *Select the Alias for the hosts/networks that are intended to use the tunnel (eg :code:`WG_VPN_Hosts`)*
196+
**Source address** *Select the Alias for the hosts/networks that are intended to use the tunnel (eg* :code:`WG_VPN_Hosts` *)*
197197
**Source port** *any*
198198
**Destination invert** *Unchecked*
199199
**Destination address** *any*

0 commit comments

Comments
 (0)