thegodenage / waffle

Web Application Firewall, made in go.
MIT License
96 stars 11 forks source link

Adds graceful shutdown and fixes in Makefile #14

Closed deepto98 closed 7 months ago

deepto98 commented 7 months ago

Graceful shutdown for the server is required so the OS can free the server port once an interrupt is received. The -p flag in mkdir is required so it dooesn't throw an error if the cert directory already exists.

thegodenage commented 7 months ago

Looks okay, but I'm going to check it once again on my personal PC.