From 2144d31a0455ba32a7a0b655afdef33632a8724d Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Fri, 31 Jul 2026 21:12:16 +0200 Subject: Hardened the server by blocking port 53 and added a deploy script --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5445a93..d09a4c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.pub \ No newline at end of file +*.pub +.env \ No newline at end of file -- cgit v1.3.1