first commit
This commit is contained in:
13
templates/tftp.j2
Normal file
13
templates/tftp.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
service tftp
|
||||
{
|
||||
socket_type = dgram
|
||||
protocol = udp
|
||||
wait = yes
|
||||
user = root
|
||||
server = /usr/sbin/in.tftpd
|
||||
server_args = -s /var/lib/tftpboot
|
||||
disable = no
|
||||
per_source = 11
|
||||
cps = 100 2
|
||||
flags = IPv4
|
||||
}
|
||||
Reference in New Issue
Block a user