NAME

App::docsisious::tftpd - TFTPd server for docsisious

DESCRIPTION

This class holds logic that can serve config files from App::docsisious.

SYNOPSIS

It is suggested to use iptables to forward the requests to an unpriviledged port, so you don't have to run the application as root.

$ DOCSISIOUS_TFTPD_LISTEN=tftp://*:6969 docsisious daemon

ATTRIBUTES

listen

$str = $self->listen;

Returns a listen string. Defaults to DOCSISIOUS_TFTPD_LISTEN. Example: "tftp://*:12345".

log

$log = $self->log;

Holds a Mojo::Log object.

storage

$path = $self->storage;

Path to where the files can be found. Default to DOCSIS_STORAGE.

tftpd

$tftpd = $self->tftpd;

Holds an instance of Mojo::TFTPd

METHODS

start

Used to start the TFTPd server.

AUTHOR

Jan Henning Thorsen - jhthorsen@cpan.org