forked from pool/atftp
33 lines
693 B
Plaintext
33 lines
693 B
Plaintext
|
## Path: Network/FTP/Atftpd
|
||
|
## Description: ATFTP Configuration
|
||
|
## Type: string
|
||
|
## Default: "--daemon "
|
||
|
#
|
||
|
# atftpd options
|
||
|
#
|
||
|
ATFTPD_OPTIONS="--daemon "
|
||
|
|
||
|
## Type: yesno
|
||
|
## Default: no
|
||
|
#
|
||
|
# Use inetd instead of daemon
|
||
|
#
|
||
|
ATFTPD_USE_INETD="no"
|
||
|
|
||
|
## Type: string
|
||
|
## Default: "/tftpboot"
|
||
|
#
|
||
|
# TFTP directory must be a world readable/writable directory.
|
||
|
# By default /tftpboot is assumed.
|
||
|
#
|
||
|
ATFTPD_DIRECTORY="/tftpboot"
|
||
|
|
||
|
## Type: string
|
||
|
## Default: ""
|
||
|
#
|
||
|
# Whitespace seperated list of IP addresses which ATFTPD binds to.
|
||
|
# One instance of the service is started on each IP address.
|
||
|
# By default atftpd will listen on all available IP addresses/interfaces.
|
||
|
#
|
||
|
ATFTPD_BIND_ADDRESSES=""
|