nginx
tcp/80
Open service 46.23.81.157:80 · conner.bond
2026-01-10 13:08
HTTP/1.1 302 Moved Temporarily Server: nginx Date: Sat, 10 Jan 2026 13:08:38 GMT Content-Type: text/html Content-Length: 138 Connection: close Location: https://conner.bond/ Page title: 302 Found <html> <head><title>302 Found</title></head> <body> <center><h1>302 Found</h1></center> <hr><center>nginx</center> </body> </html>
Open service 46.23.81.157:443 · conner.bond
2026-01-10 13:08
HTTP/1.1 200 OK
Access-Control-Allow-Origin: *
Access-Control-Request-Methods: GET, HEAD, OPTIONS
Content-Length: 4432
Content-Security-Policy: default-src 'self' data: blob:; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; worker-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob:; frame-src https:; img-src data: https:; media-src https:; object-src 'none'; sandbox allow-downloads allow-forms allow-modals allow-pointer-lock allow-popups allow-presentation allow-same-origin allow-scripts;
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 12 Jan 2024 16:37:41 GMT
Vary: Accept-Encoding
Date: Sat, 10 Jan 2026 13:08:38 GMT
Connection: close
Page title: Conner Bondurant
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Conner Bondurant</title>
<link href="https://conner.bond/atom.xml" type="application/atom+xml" rel="alternate"
title="Atom feed for blog posts" />
<style>
:root {
--background: #323232;
--bg1: #7359fe;
--bg2: #008f00;
--bg3: #008c84;
--bg4: #fd0000;
--bg5: #dd00de;
--bg6: #698200;
--bg7: #717171;
--fg1: #2b00fa;
--fg2: #5eb000;
--fg3: #bed800;
--fg4: #ff6661;
--fg5: #fe8afe;
--fg6: #00cdc1;
--fg7: #dddddd;
}
* {
box-sizing: border-box;
}
body {
font-family: sans-serif;
line-height: 1.45;
margin: 0 auto;
max-width: 45rem;
padding: 0 15px;
}
hr {
background-color: grey;
border: 0;
height: 1px;
margin: 2rem 0;
}
nav {
margin: 2rem 0 0;
}
main {
hyphens: auto;
}
main p {
margin: 1rem;
}
p {
color: white;
}
main>p {
text-indent: 3rem;
}
/* Cancel out previous rule*/
p>img {
margin-left: -3rem;
}
h1,
h2,
h3,
h4 {
margin: 2rem 0 0;
}
h1 {
margin-bottom: 0.5rem;
}
h1+p {
margin: 0 0 1rem;
}
span.created {
display: block;
margin: 4px 15px;
}
img {
border: 1px solid lightgrey;
height: auto;
max-width: 100%;
width: auto;
}
blockquote {
background-color: var(--bg3);
color: var(--fg1);
border-left: 4px solid var(--bg2);
margin: 2rem 0;
padding: 10px;
}
blockquote p {
margin: 0;
color: inherit;
}
figure {
margin: 2rem 0;
}
figcaption {
color: slategrey;
}
code,
pre {
color: white;
background: black;
}
code {
padding: 0.3rem;
tab-size: 4;
}
pre code {
background: none;
display: block;
overflow-x: auto;
padding: 0.3rem 0.6rem;
}
table {
border-collapse: collapse;
margin: 2rem 0;
text-align: left;
width: 100%;
}
tr {
border-bottom: 1px solid lightgrey;
}
tr:nth-of-type(odd) td {
background-color: #f8f8f8;
}
th,
td {
padding: 6px;
}
footer {
border-top: 1px dashed grey;
margin: 2rem 0 0 0;
padding: 1rem 15px;
}
img {
width: 100%;
}
h1 {
color: var(--fg1);
}
h2 {
color: var(--fg2);
}
h3 {
color: var(--fg3);
}
h1~* {
--color: var(--bg4);
--link-color: #333;
}
h2~* {
--color: var(--fg6);
}
* {
box-sizing: border-box;
}
a {
color: inherit;
}
a:visited {
color: var(--bg5);
}
body {
font-family: 'Fira Code', monospace;
font-size: 16px;
width: 960px;
min-width: 50%;
max-width: 100%;
margin: auto;
background-color: var(--background);
color: var(--fg7);
min-height: 100vh;
height: 100%;
border: solid 3px var(--fg3);
padding: 0 1em;
border-bottom: none;
}
prompt::before {
content: "guest@conner.bond: ~ # ";
}
.psudo-override::before {
content: "";
}
.directory {
color: var(--bg1)
}
.directory::after {
color: white;
content: "/"
}
@media (max-width: 599px) {
.banner_art_full {
display: none;
}
}
@media (min-width: 600px) {
.banner_art_small {
display: none;
}
}
</style>
</head>
<nav>
<a href="/">Home</a><span> | </span><a href="/about">About</a><span> | </span><a
href="https://sr.ht/~cbondurant">Source Hut</a><span></span>
</nav>
<main><h1>Conner Bondurant</h1>
<p>Welcome to my personal website, where I might occasionally ramble about computers. Probably not often though.</p>
<hr />
<span class='created'>2023-01-12 — <a href="Slow_Druid/">The Case of The Curiously Slow Druid</a></span>
<span class='created'>2023-01-06 — <a href="Post-Holiday-Reflections/">Post Holiday Reflections on Recurse</a></span>
<span class='created'>2021-11-06 — <a href="Hoppers-Roppers-Experence/">Learning with Hoppers Roppers</a></span>
<span class='created'>2021-10-10 — <a href="0xB_Badge_Hack/">Hacking the Thotcon 0xB Badge (Part 1 of ??)</a></span>
<footer role="contentinf