1
0

tftp-proxy.default 294 B

123456789101112
  1. # Default options for tftp-proxy
  2. # The local file system. Defaults to /var/lib/tftpboot
  3. dir='/var/lib/tftpboot'
  4. # The upstream HTTP server to pull from, with an optional path.
  5. # Mandatory.
  6. url=http://development.example.com/tftp
  7. # An optional HTTP proxy
  8. # http_proxy=http://127.0.0.1:3128/