-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreference-bogons.html
More file actions
216 lines (205 loc) · 10.1 KB
/
Copy pathreference-bogons.html
File metadata and controls
216 lines (205 loc) · 10.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bogon List and Special-Purpose IPv4 Reference | ProdIPData</title>
<meta name="description" content="Browse the ProdIPData bogons reference catalog for special-purpose and restricted IPv4 ranges published with the current monthly reference feed." />
<link rel="canonical" href="https://geoiplocations.com/reference-bogons.html" />
<!-- Social sharing previews (Open Graph + Twitter Card) -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="GeoIP Locations" />
<meta property="og:title" content="Bogon List and Special-Purpose IPv4 Reference" />
<meta property="og:description" content="Browse the ProdIPData bogons reference catalog for special-purpose and restricted IPv4 ranges published with the current monthly reference feed." />
<meta property="og:url" content="https://geoiplocations.com/reference-bogons.html" />
<meta property="og:image" content="https://geoiplocations.com/assets/img/prodipdata-logo.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Bogon List and Special-Purpose IPv4 Reference" />
<meta name="twitter:description" content="Browse the ProdIPData bogons reference catalog for special-purpose and restricted IPv4 ranges published with the current monthly reference feed." />
<meta name="twitter:image" content="https://geoiplocations.com/assets/img/prodipdata-logo.png" />
<link rel="icon" type="image/png" href="assets/img/prodipdata-mark.png" />
<link rel="stylesheet" href="assets/css/styles.css" />
<script type="application/ld+json" data-wave3-schema="breadcrumb-reference-bogons-html">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"@id": "https://geoiplocations.com/reference-bogons.html#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://geoiplocations.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Downloads",
"item": "https://geoiplocations.com/downloads.html"
},
{
"@type": "ListItem",
"position": 3,
"name": "Bogons",
"item": "https://geoiplocations.com/reference-bogons.html"
}
]
}
</script>
<script type="application/ld+json" data-wave3-schema="dataset-reference-bogons-html">
{
"@context": "https://schema.org",
"@type": "Dataset",
"@id": "https://geoiplocations.com/reference-bogons.html#dataset",
"name": "ProdIPData Bogons Reference Catalog 2026-04",
"description": "Special-purpose and restricted IPv4 ranges reference catalog published by ProdIPData for the current monthly reference feed.",
"url": "https://geoiplocations.com/reference-bogons.html",
"isAccessibleForFree": true,
"license": "https://creativecommons.org/licenses/by/4.0/",
"version": "2026-04",
"temporalCoverage": "2026-04/2026-04",
"keywords": [
"bogon list",
"special-purpose IPv4",
"restricted ranges",
"reference catalog",
"ProdIPData",
"2026-04"
],
"creator": {
"@type": "Organization",
"name": "ProdIPData",
"url": "https://geoiplocations.com/"
},
"publisher": {
"@type": "Organization",
"name": "ProdIPData",
"url": "https://geoiplocations.com/"
}
}
</script>
</head>
<body data-page="reference-bogons">
<header class="site-header">
<div class="container">
<div class="navbar glass">
<a class="brand" href="index.html">
<div class="brand-mark">◎</div>
<div>
GeoIP Locations
<small>Powered by ProdIPData</small>
</div>
</a>
<nav class="nav-links" aria-label="Primary navigation">
<a href="platform.html" data-nav="platform">Platform</a>
<a href="coverage.html" data-nav="coverage">Coverage</a>
<a href="methodology.html" data-nav="methodology">Methodology</a>
<a href="downloads.html" data-nav="downloads">Downloads</a>
<a href="docs.html" data-nav="docs">Documentation</a>
<a href="news.html" data-nav="news">News</a>
<a href="contact.html" data-nav="contact">Contact</a>
</nav>
<div class="header-cta">
<a class="btn btn-secondary" href="downloads.html">Monthly Release</a>
</div>
<button class="menu-button" type="button" data-menu-toggle aria-expanded="false" aria-label="Open menu">Menu</button>
</div>
<nav class="mobile-nav glass" data-mobile-nav>
<a href="platform.html" data-nav="platform">Platform</a>
<a href="coverage.html" data-nav="coverage">Coverage</a>
<a href="methodology.html" data-nav="methodology">Methodology</a>
<a href="downloads.html" data-nav="downloads">Downloads</a>
<a href="docs.html" data-nav="docs">Documentation</a>
<a href="news.html" data-nav="news">News</a>
<a href="contact.html" data-nav="contact">Contact</a>
</nav>
</div>
</header>
<main>
<section class="page-hero">
<div class="container">
<div class="page-panel glass">
<div class="eyebrow page-kicker">Reference Catalog</div>
<h1>Browse the monthly bogons catalog directly in the website.</h1>
<p class="page-intro">This page exposes the current monthly bogons publication as a browser table with search and paging controls so the technical reference data itself is visible, not just the row count.</p>
<div class="actions">
<a class="btn btn-secondary" href="downloads.html">Back to Downloads</a>
<a class="btn btn-secondary" href="assets/data/bogons-2026-04.json" data-reference-raw-link>Open Raw JSON</a>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="metric-grid" data-reference-metrics-target></div>
</div>
</section>
<section class="section">
<div class="container grid-2 reference-layout">
<div class="split-panel glass">
<h3>Browse and filter</h3>
<p class="card-text">Use the search field to filter the full published catalog client-side. The larger tables are paged to keep the static site responsive while still exposing the underlying reference rows directly in the browser.</p>
<div class="reference-controls">
<div class="field-group">
<label for="reference-search">Search</label>
<input id="reference-search" class="input" type="search" placeholder="Search this catalog..." data-reference-search />
</div>
<div class="field-group field-inline">
<label for="reference-page-size">Rows per page</label>
<select id="reference-page-size" class="select" data-reference-page-size>
<option value="25">25</option>
<option value="50" selected>50</option>
<option value="100">100</option>
</select>
</div>
</div>
<div class="reference-status" data-reference-status>Preparing catalog...</div>
<div class="reference-actions">
<button class="btn btn-secondary" type="button" data-reference-prev>Previous</button>
<button class="btn btn-secondary" type="button" data-reference-next>Next</button>
</div>
</div>
<div class="split-panel glass">
<h3>Catalog notes</h3>
<div class="download-list" data-reference-notes-target></div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="table-wrap glass reference-table-wrap">
<table>
<thead data-reference-head-target></thead>
<tbody data-reference-body-target>
<tr><td>Catalog rows will render here from the monthly JSON export.</td></tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- WAVE3:reference-bogons-summary START -->
<section class="section" data-wave3-block="reference-bogons-summary">
<div class="container">
<div class="split-panel glass content">
<h2>How to use the Bogons reference</h2>
<p>
This catalog summarizes special-purpose and restricted IPv4 ranges that are frequently needed for filtering, validation, and documentation workflows. The table is the primary browser surface, while the surrounding release ecosystem keeps the catalog tied to the current monthly publication model.
</p>
<p>
Use the searchable rows to confirm network ranges and descriptions, then move back to Downloads or the monthly release pages when you need related CSV, Parquet, or MMDB publication context. This summary provides plain-language meaning for a page that would otherwise be dominated by tabular reference content.
</p>
</div>
</div>
</section>
<!-- WAVE3:reference-bogons-summary END -->
</main>
<footer class="site-footer">
<div class="container site-footer-inner">
<div>© <span data-current-year></span> GeoIP Locations · ProdIPData</div>
<div><a href="licensing.html">Datasets and metadata: CC BY 4.0</a></div>
<div>Engineered and published by the ProdIPData team.</div>
</div>
</footer>
<script src="assets/js/site.js" defer></script>
</body>
</html>