From 54a91b7efe59909094abf2fb06a81589cca3c42d Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 10 Jul 2017 21:20:08 -0700 Subject: [PATCH] Add --secure --- start | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/start b/start index 5df630b..dd01309 100644 --- a/start +++ b/start @@ -1,5 +1,3 @@ #!/bin/sh -# --secure - -exec /usr/sbin/in.tftpd --foreground --user tftp --address :69 /tftp +exec /usr/sbin/in.tftpd --foreground --user tftp --address :69 --secure /tftp