first commit

This commit is contained in:
Nils Cant
2020-05-05 17:29:21 +02:00
commit 9f15fde015
8 changed files with 131 additions and 0 deletions

13
templates/tftp.j2 Normal file
View 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
}