Add tftpd-hpa config file to repo

This commit is contained in:
2022-08-19 20:52:26 +02:00
parent 16e8ebf59f
commit 6ce8ccac2b
2 changed files with 9 additions and 0 deletions

7
tftpd-hpa Normal file
View File

@ -0,0 +1,7 @@
# /etc/default/tftpd-hpa
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/srv/tftp"
TFTP_ADDRESS=":69"
TFTP_OPTIONS="--secure -v -v -v"
RUN_DAEMON="yes"