diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-31 21:12:16 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-31 21:12:16 +0200 |
| commit | 2144d31a0455ba32a7a0b655afdef33632a8724d (patch) | |
| tree | a5bb01f93649511360dabdfb13524082d3e4edfc /.gitignore | |
| parent | abfbee7c9b2632dcbd07e7940f8805942a93d14c (diff) | |
Hardened the server by blocking port 53 and added a deploy script
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -*.pub
\ No newline at end of file +*.pub +.env
\ No newline at end of file |
