From 5abaf04d33d13812e26d94867d0aaa3bef7168dd Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Tue, 28 May 2024 22:45:43 +0100 Subject: [PATCH] README --- .github/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/README.md b/.github/README.md index 80b270f..283655d 100644 --- a/.github/README.md +++ b/.github/README.md @@ -43,10 +43,6 @@ tftp2httpd is designed to be highly secure. Besides being written in Go, which eliminates many classes of possible security vulnerabilities, the daemon can chroot itself into an empty directory and drop privileges. -For this reason, tftp2httpd cannot currently reload its configuration file. -However, the configuration is so simple I don't think this is a significant -problem. - Building -------- You need the go compiler installed. Clone the repository and run 'make'. The