Add tftpd-hpa config file to repo

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

View File

@ -10,3 +10,5 @@ Debian/Ubuntu (`tftpd-hpa`) and OpenBSD's native `tftpd`.
to Wiki (INSERT LINK). to Wiki (INSERT LINK).
`dhcpd.conf` contains the specific directives you should add to your ISC DHCP server. `dhcpd.conf` contains the specific directives you should add to your ISC DHCP server.
`tftpd-hpa` is a config file for Debian/Ubuntu; Should be placed at `/etc/default/tftpd-hpa`.

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"