Project

General

Profile

Download (335 Bytes) Statistics
| Branch: | Tag: | Revision:
module Proxy::TFTP
class Plugin < ::Proxy::Plugin
plugin :tftp, ::Proxy::VERSION

http_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))
https_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))

default_settings :tftproot => '/var/lib/tftpboot'
end
end
(5-5/5)