aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html26
1 files changed, 22 insertions, 4 deletions
diff --git a/index.html b/index.html
index 89f53ad..4d1eed1 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,11 @@
-<p>This repository contains various scripts that I use on my Alpine
- Linux server.</p>
-<h2>minecraft/</h2>
-<p>This directory contains scripts useful for running a Minecraft
+
+<p><b>This repository contains various scripts that I use on my
+ Alpine Linux server.</b></p>
+<h3>master</h3>
+<p>This branch contains various scripts that don't belong elsewhere.
+</p>
+<h3>minecraft</h3>
+<p>This branch contains scripts useful for running a Minecraft
server on Alpine:</p>
<dl>
<dt><i>install</i></dt>
@@ -13,3 +17,17 @@
</dl>
<p>You should take a look at the contents of both scripts before
using them. They are designed for my own purposes primarily.</p>
+<h3>sslproxy</h3>
+<p>This branch contains configuration files for running a proxy for
+ encrypted HTTP, IMAP and SMTP connections. The purpose is to
+ access remote servers via an encrypted connection from a computer
+ that doesn't support modern encryption.</p>
+<dl>
+ <dt><i>stunnel.conf</i></dt>
+ <dd>a stunnel configuration for forwarding unencrypted IMAP and
+ SMTP to their encrypted equivalents
+ </dd>
+ <dt><i>squid.conf</i></dt>
+ <dd>a squid configuration for proxying HTTPS connections
+ </dd>
+</dl>