Merge pull request #443 from rborer/patch-1

Little typo in firehol_level1.html
This commit is contained in:
philwhineray 2020-12-31 17:14:32 +00:00 committed by GitHub
commit 2ae2fd61ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ To accomplish this, we include the following IP lists:
<ul>
<li><h5><a role="button" data-toggle="collapse" href="#aboutCollapseOne" aria-expanded="false" aria-controls="aboutCollapseOne">fullbogons - the unroutable IPs <strong class="caret"></strong></a></h5>
<div id="aboutCollapseOne" class="panel-collapse collapse" role="tabpanel">
<a href="?ipset=fullbogons">fullbogons</a> includes IPs that should not be routable in the Internet. It includes <a href="?ipset=bogons">bogons</a> which lists <b>private and reserved IPs</b>, but it also includes IPs that are allocated to a local registry, but they are not currently assinged to any one, ISP, corporation, or end user.
<a href="?ipset=fullbogons">fullbogons</a> includes IPs that should not be routable in the Internet. It includes <a href="?ipset=bogons">bogons</a> which lists <b>private and reserved IPs</b>, but it also includes IPs that are allocated to a local registry, but they are not currently assigned to any one, ISP, corporation, or end user.
<p/>
<a href="?ipset=fullbogons">fullbogons</a> should be 100% safe, it should never include a false positive and should never give you a complaint from an end user or customer. Of course it needs to be up to date.
</div>