From 333d2ea54e4d2cdb256e977bd0d1e2eb404d2a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 30 Oct 2020 14:02:34 +0100 Subject: Add sslproxy info --- index.html | 26 ++++++++++++++++++++++---- 1 file 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 @@ -

This repository contains various scripts that I use on my Alpine - Linux server.

-

minecraft/

-

This directory contains scripts useful for running a Minecraft + +

This repository contains various scripts that I use on my + Alpine Linux server.

+

master

+

This branch contains various scripts that don't belong elsewhere. +

+

minecraft

+

This branch contains scripts useful for running a Minecraft server on Alpine:

install
@@ -13,3 +17,17 @@

You should take a look at the contents of both scripts before using them. They are designed for my own purposes primarily.

+

sslproxy

+

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.

+
+
stunnel.conf
+
a stunnel configuration for forwarding unencrypted IMAP and + SMTP to their encrypted equivalents +
+
squid.conf
+
a squid configuration for proxying HTTPS connections +
+
-- cgit v1.2.3