[cloud] Enable IPv6 and HTTPS in cloud boot images

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2021-02-16 10:58:42 +00:00
parent d16535aa4f
commit fa012dd020

View File

@@ -1,3 +1,7 @@
/* Enable IPv6 and HTTPS */
#define NET_PROTO_IPV6
#define DOWNLOAD_PROTO_HTTPS
/* Allow retrieval of metadata (such as an iPXE boot script) from
* Google Compute Engine metadata server.
*/