You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
service tftp
|
|
{
|
|
socket_type = dgram
|
|
protocol = udp
|
|
wait = yes
|
|
user = root
|
|
server = /usr/sbin/in.tftpd
|
|
server_args = -s /tftpboot
|
|
disable = no
|
|
per_source = 11
|
|
cps = 100 2
|
|
flags = IPv4
|
|
}
|
|
|