diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/tftpd-hpa.erb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/tftpd-hpa.erb b/templates/tftpd-hpa.erb new file mode 100644 index 0000000..89f7e1f --- /dev/null +++ b/templates/tftpd-hpa.erb @@ -0,0 +1,6 @@ +# /etc/default/tftpd-hpa + +TFTP_USERNAME="<%= username %>" +TFTP_DIRECTORY="<%= directory %>" +TFTP_ADDRESS="<%= address %>:<%= port %>" +TFTP_OPTIONS="<%= options %>" |