Make asides go in-line with brackets
This commit is contained in:
@@ -45,7 +45,7 @@ $ sudo chown -R tanner:tanner easy-rsa/
|
||||
|
||||
Replace `tanner` with your Linux username, this is temporary.
|
||||
|
||||
<span class="aside">The `.rnd` file prevents a warning</span>
|
||||
<span class="aside">(The `.rnd` file prevents a warning)</span>
|
||||
|
||||
```
|
||||
$ cd easy-rsa/
|
||||
@@ -86,7 +86,7 @@ Leave off `nopass` if you want to password protect the config file keys when you
|
||||
|
||||
Create the server config file `/etc/openvpn/server.conf`:
|
||||
|
||||
<span class="aside">Can't use port 443 here since it'll be forwarded</span>
|
||||
<span class="aside">(Can't use port 443 here since it'll be forwarded)</span>
|
||||
|
||||
```
|
||||
port 1194
|
||||
@@ -124,7 +124,7 @@ $ sudo touch ccd/mediaserver
|
||||
|
||||
Replace `mediaserver` with whatever client name you used above. Edit it like so:
|
||||
|
||||
<span class="aside">Your home server will be `10.8.0.100`</span>
|
||||
<span class="aside">(Your home server will be `10.8.0.100`)</span>
|
||||
|
||||
```
|
||||
ifconfig-push 10.8.0.100 255.255.255.0
|
||||
@@ -271,7 +271,7 @@ Also replace `vpn.example.com` with the subdomain you assigned earlier.
|
||||
|
||||
For device clients (like your laptop and phone), create the config file `client.ovpn`:
|
||||
|
||||
<span class="aside">`redirect-gateway def1` forces traffic over the VPN</span>
|
||||
<span class="aside">(`redirect-gateway def1` forces traffic over the VPN)</span>
|
||||
|
||||
```
|
||||
client
|
||||
|
Reference in New Issue
Block a user