Skip to content

Instantly share code, notes, and snippets.

@biemster
Forked from kylemanna/dnsmasq.sh
Created October 16, 2020 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biemster/6153877e6892e873c51031b3e001251c to your computer and use it in GitHub Desktop.
Save biemster/6153877e6892e873c51031b3e001251c to your computer and use it in GitHub Desktop.
Simple tftp server using dnsmasq
$ sudo dnsmasq -kd -p 0 -C /dev/null -u nobody --enable-tftp --tftp-root=/srv/ftp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment