7 lines
142 B
Text
7 lines
142 B
Text
|
# /etc/default/tftpd-hpa
|
||
|
|
||
|
TFTP_USERNAME="tftp"
|
||
|
TFTP_DIRECTORY="{{ tftp_directory }}"
|
||
|
TFTP_ADDRESS="[::]:69"
|
||
|
TFTP_OPTIONS="{{ tftp_options }}"
|