tlsrp

A simple TLS reverse proxy
git clone git://nihaljere.xyz/tlsrp
Log | Files | Refs | README | LICENSE

commit 6a45558ba3b8efbf786d729806bfcd3ef58484c6
parent ef46bc469fb8fe767900d10e9eb9d2b8a27d8cb9
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Thu, 30 Jul 2020 17:08:56 -0500

.gitignore: ignore object files

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -2,3 +2,4 @@ tlsrp config.h CA/* !CA/certgen.sh +*.o