Skip to content

Instantly share code, notes, and snippets.

@paul-ridgway
Created March 24, 2018 14:11
Show Gist options
  • Save paul-ridgway/490a336105f057a7f867ccbec9d8a11a to your computer and use it in GitHub Desktop.
Save paul-ridgway/490a336105f057a7f867ccbec9d8a11a to your computer and use it in GitHub Desktop.
service tftp
{
protocol = udp
port = 69
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /tftpboot
disable = no
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment