From d21ff661acec4205fac11a10f9f35fcbe2987694 Mon Sep 17 00:00:00 2001 From: Vladimir Vitkov Date: Fri, 26 Oct 2018 14:50:26 +0300 Subject: [PATCH] atftpd config for the phones --- misc/atftpd | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 misc/atftpd diff --git a/misc/atftpd b/misc/atftpd new file mode 100644 index 0000000..c110501 --- /dev/null +++ b/misc/atftpd @@ -0,0 +1,2 @@ +USE_INETD=false +OPTIONS="--tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose=5 /srv/tftp"