cebilon123 / waffle

Web Application Firewall, made in go.
MIT License
87 stars 10 forks source link

Adds graceful shutdown and fixes in Makefile #14

Closed deepto98 closed 5 months ago

deepto98 commented 6 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.

cebilon123 commented 5 months ago

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