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