Update README.md
This commit is contained in:
parent
c10d8c1c2d
commit
93595b2c39
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue