Debian packaging of tftp-proxy
Arnoud Vermeer d2a5f79441 Import upstream version 1.0.0 | vor 4 Jahren | |
---|---|---|
.gitignore | vor 4 Jahren | |
.goreleaser.yml | vor 4 Jahren | |
LICENSE | vor 4 Jahren | |
README.md | vor 4 Jahren | |
go.mod | vor 4 Jahren | |
go.sum | vor 4 Jahren | |
main.go | vor 4 Jahren | |
tftp-proxy.service | vor 4 Jahren |
A TFTP server that proxies request to an HTTP backend if a file is not found.
go build
or for linux:
env GOOS=linux GOARCH=amd64 go build
./tftp-proxy -url=http://example.com -dir=/var/lib/tftpboot &
or for linux:
scp tftp-proxy.service tftp-proxy destination-host:
ssh destination-host
sudo mv tftp-proxy.service /etc/systemd/system/
sudo mv tftp-proxy /usr/bin/tftp-proxy
sudo vi /etc/systemd/system/tftp-proxy.service
systemctl enable tftp-proxy