control 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Source: tftp-proxy
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://github.com/openfibernet/tftp-proxy
  4. Standards-Version: 4.6.2
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/tftp-proxy
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/tftp-proxy.git
  7. Testsuite: autopkgtest-pkg-go
  8. Build-Depends: debhelper-compat (= 13),
  9. dh-golang,
  10. golang-github-pin-tftp-dev,
  11. golang-go,
  12. scdoc,
  13. Priority: optional
  14. Rules-Requires-Root: no
  15. Section: utils
  16. XS-Go-Import-Path: github.com/openfibernet/tftp-proxy
  17. Package: tftp-proxy
  18. Architecture: any
  19. Depends: ${misc:Depends}, ${shlibs:Depends},
  20. Built-Using:
  21. ${misc:Built-Using},
  22. Static-Built-Using:
  23. ${misc:Static-Built-Using},
  24. Description: TFTP server that request files not found from an HTTP backend
  25. This program is basically a minimalistic TFTP server. As an extra
  26. however, it will forward request that cannot be served to an
  27. configurable HTTP backend.
  28. .
  29. This is useful in a network where the actual TFTP server is relatively
  30. far away: Due to the simple design of TFTP, already 40ms of latency
  31. result in a very poor performance, tftp-proxy can shortcut that to
  32. network speed.
  33. .
  34. Additionally, the requests may be directed to a caching HTTP server.