netbootxyz / netboot.xyz

Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
https://netboot.xyz
Apache License 2.0
8.47k stars 651 forks source link

More than 1 live endpoint #1445

Open HarvsG opened 3 months ago

HarvsG commented 3 months ago

Is your feature request related to a problem? Please describe.

I want to preferentially boot from my local server, but if it doesn't have it I want it to go to github, not just fail

Describe the solution you'd like

Be able to specify more than one live endpoint:

# set location of custom netboot.xyz live assets
set live_endpoint http://192.168.0.28:8080, https://github.com/netbootxyz

Then each would be tried in turn.

Describe alternatives you've considered

Additional context