mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1546] direct IP for download server #501
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#501
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @divinity76 on GitHub (Nov 30, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1546
Is your feature request related to a problem? Please describe.
Rarely I need to boot a HP ILO server or a Dell iDRAC server with broken DNS,
where I can pick a URL to boot a ISO from, then I have to set up a server with direct IP access. Right now I have set up http://130.162.215.57/netboot.xyz.iso to be able to mount netboot.xyz on a HP ILO without DNS, but about a year ago I had to do the exact same thing.
Describe the solution you'd like
a netboot.xyz download server supporting direct ip access and http (non-https) listed on https://netboot.xyz/downloads/
Describe alternatives you've considered
setting up my own netboot.xyz download server with direct ip access: http://130.162.215.57/netboot.xyz.iso
http://185.223.30.65/dedicatedisos
Additional context
@antonym commented on GitHub (Dec 1, 2024):
Currently not looking at doing a single IP to host the binaries, it can lead to abuse. It is very easy however to set up a container on a server to host the latest binaries. I'd suggest doing that instead with an IP you own:
https://netboot.xyz/docs/docker
@divinity76 commented on GitHub (Dec 1, 2024):
can you elaborate on that? what kind of abuse would a direct ip download allow, which won't work when the http host-header is present?