diff options
author | June McEnroe <june@causal.agency> | 2019-11-02 03:06:11 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-02 03:07:37 -0400 |
commit | 36e5d19200769888b7f2b6ef571448c03ee7f93d (patch) | |
tree | cb8f3f1d83dd2b4b10aa9b8aaf3a8549d4dbc445 /.gitignore | |
parent | Limit saveFile to CAP_WRITE (diff) | |
download | pounce-36e5d19200769888b7f2b6ef571448c03ee7f93d.tar.gz pounce-36e5d19200769888b7f2b6ef571448c03ee7f93d.zip |
Add SNI socket dispatcher
pounce can't accept connections from it yet though!
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ab1ddcf..c66cc95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.conf *.o +calico config.mk localhost.crt localhost.key |