netbootxyz / docker-netbootxyz

netboot.xyz docker container
https://netboot.xyz/docs/docker
179 stars 52 forks source link

add support for passing additional options to tftpd #11

Closed nicoulaj closed 2 years ago

nicoulaj commented 2 years ago

This adds support for passing additional options to tftpd, using environment variable TFTPD_OPTS.

Use case: on a machine with IPv6 disabled, tftpd fails to start unless using --ipv4 option.

nicoulaj commented 2 years ago

Related: #3