From 93595b2c39312ebd62b77eb572e0daca762569b8 Mon Sep 17 00:00:00 2001 From: caffeinelucy <49559846+caffeinelucy@users.noreply.github.com> Date: Sat, 1 Apr 2023 18:35:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc08034..4045f68 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ a friend was in need of a proxy, for pop3 and smtp. so this is a network proxy for smtp, generic tcp but no http. input is plain, output tls. enjoy. ## why no http? -because http proxies exist on mass. in fact if you look for "smtp reverse proxy" dozens of http proxies show up and no single smtp one. +because http proxies exist on mass. in fact if you look for "smtp proxy" dozens of http proxies show up and no single smtp one. ## what does it do? for every "route" defined in the config file, it creates a little server that listens for incomming connections and creates a sort of forwarding worker connection. the incomming traffic is supposed to be unencrypted while the outgoing traffic will be tls encrypted.