[cloud] Enable IPv6 and HTTPS in cloud boot images

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/265/head
Michael Brown 2021-02-16 10:58:42 +00:00
parent d16535aa4f
commit fa012dd020
1 changed files with 4 additions and 0 deletions

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.
*/