aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-10-30 14:02:34 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-10-30 14:02:34 +0100
commit333d2ea54e4d2cdb256e977bd0d1e2eb404d2a20 (patch)
treec5eaa1efc1deaaa76386ebfd405b654e11d038d4
parent56387962f69bbca903b77b5e98ab180fc4c58131 (diff)
downloadalpine-333d2ea54e4d2cdb256e977bd0d1e2eb404d2a20.tar.gz
Add sslproxy info
-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>