diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-15 09:17:43 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-15 09:17:43 +0000 |
commit | 15902770073dd67df3a9af0f6da7d63bfb031d72 (patch) | |
tree | 2d7d2ddf6f97af870dc7f87299ecd813db1d38d9 /.gitignore | |
parent | 4d2ec6d7054c76105c6237251002df1acb5a6c2d (diff) |
conf & vhosts
* gmid.c (main): changed behaviour: daemon off by default
(main): changed -c in -C (cert option)
(main): changed -k in -K (key option, for consistency with -C)
(main): added -c to load a configuration
(main): certs, key and doc (-C -K and -d) doesn't have a default value anymore
(handle_handshake): add vhosts support
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,3 +5,5 @@ gmid iri_test *.o docs +lex.yy.c +y.tab.* |