Add typographical conventions section
This commit is contained in:
parent 0ef44ee09a
commit e1c49798fb
2 changed files with 10 additions and 4 deletions
| @ -33,10 +33,8 @@ a:visited {color:#828282;} | |||
nav {margin-bottom:20px;} | ||||
nav a:hover {text-decoration:underline;} | ||||
code {font-family:"Courier New",Courier;font-size:smaller;} | ||||
pre {white-space:pre-wrap;word-wrap:break-word;background-color:#eeeeee;border:1px solid #c4bcb3;border-radius:6px;padding:14px;} | ||||
pre code {color:#222222;font-weight:normal;} | ||||
pre {font-family:"Courier New",Courier;font-size:smaller;color:#222222;white-space:pre-wrap;word-wrap:break-word;background-color:#eeeeee;border:1px solid #c4bcb3;border-radius:6px;padding:14px;} | ||||
pre.no-style {line-height:normal;background-color:#ffffff;border:0px;} | ||||
.command {font-weight:bold;} | ||||
a {color:#1168cc;text-decoration:none;} | ||||
q {font-style:italic;} | ||||
img {max-width:100%;border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;} | ||||
| |
10 index.html
10
index.html | @ -17,7 +17,7 @@ | |||
<td> | ||||
<h1 class="title">OpenBSD Router Guide</h1> | ||||
<h4>Network segmenting firewall, DHCP, DNS with Unbound, domain blocking and much more<br> | ||||
<span style="font-size:x-small;font-weight:initial;">OpenBSD: 6.8 · Published: 2020-11-05 · Updated: 2021-01-08 · Version: 1.6.1</span> | ||||
<span style="font-size:x-small;font-weight:initial;">OpenBSD: 6.8 · Published: 2020-11-05 · Updated: 2021-01-15 · Version: 1.6.2</span> | ||||
</h4> | ||||
</td> | ||||
</tr> | ||||
| @ -29,6 +29,7 @@ | |||
| ||||
<p style="margin-top:30px;font-size:larger;">Table of contents</p> | ||||
<ul> | ||||
<li><a href="#typographical-conventions">Typographical conventions used in this guide</a></li> | ||||
<li><a href="#why-a-firewall">Why a firewall?</a></li> | ||||
<li><a href="#the-hardware">The hardware</a></li> | ||||
<li><a href="#why-openbsd">Why OpenBSD?</a></li> | ||||
| @ -98,6 +99,13 @@ | |||
</li> | ||||
</ul> | ||||
| ||||
<h2 id="typographical-conventions">Typographical conventions used in this guide</h2> | ||||
<ul> | ||||
<li><code>Fixed-width</code> (mono-spaced) font is used for terminal commands, file names and paths, configuration parameters, etc.</li> | ||||
<li>Terminal commands that must be typed as the <code>root</code> user is prefixed with the <code>#</code> pound sign.</li> | ||||
<li>Terminal commands that can be typed as the regular user is prefixed with the <code>$</code> dollar sign.</li> | ||||
</ul> | ||||
| ||||
<h2 id="why-a-firewall">Why a firewall?</h2> | ||||
<p>Almost no matter how you connect to the Internet from your home or office, you need a real firewall between you and the modem or router that your ISP has provided you with.</p> | ||||
<p>Very rarely do consumer-grade modems or routers get firmware updates and they are often vulnerable to <a href="https://en.wikipedia.org/wiki/Home_router#Security">network attacks</a> that turns these devices into <a href="https://en.wikipedia.org/wiki/Botnet">botnets</a>, such like the <a href="https://en.wikipedia.org/wiki/Mirai_(malware)">Mirai malware</a>. Many consumer-grade modems and routers is to blame for some of the largest <a href="https://en.wikipedia.org/wiki/Distributed_denial_of_service_attack">distributed denial of service (DDoS) attacks</a>.</p> | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue