aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config/cloud/general.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/cloud/general.h b/src/config/cloud/general.h
index 99028c1..38799fd 100644
--- a/src/config/cloud/general.h
+++ b/src/config/cloud/general.h
@@ -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.
*/