- Fix bug causing InterTLS to crash when
ipFallback
was not set - Fix
run.ts
/run.js
environment variable name
- Add
ipFallback
to enable a default TLS configuration for those accessing the server that bypass SNI by connecting directly to its IP - Fix
child_procs
log type - Add option to serve more than one
host
per child process using an array - README enhancements
- Add
handler
log type
- Add logging configuration (
log
) - Added support for dynamic TLS settings- especially helpful for "default" hosts!
- README enhancements
- Added "default" host option: If people access your InterTLS server via a host that hasn't been set up yet, you can use this as a catch-all!
- Fixed crash when a client attempts to connect with an invalid host via TCP
- First commit; welcome to InterTLS!