File: tftp-proxy.default

package info (click to toggle)
tftp-proxy 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 7
file content (12 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12

# 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/