diff options
| author | Michael Brown | 2021-02-16 11:58:42 +0100 |
|---|---|---|
| committer | Michael Brown | 2021-02-16 11:58:42 +0100 |
| commit | fa012dd0203145dd7638df02a9231214639f8b32 (patch) | |
| tree | a684a48ac7895d92f3b807f2db0759754815300a /src/config | |
| parent | [cloud] Add utility for importing images to AWS EC2 (diff) | |
| download | ipxe-fa012dd0203145dd7638df02a9231214639f8b32.tar.gz ipxe-fa012dd0203145dd7638df02a9231214639f8b32.tar.xz ipxe-fa012dd0203145dd7638df02a9231214639f8b32.zip | |
[cloud] Enable IPv6 and HTTPS in cloud boot images
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/cloud/general.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/cloud/general.h b/src/config/cloud/general.h index 99028c147..38799fd8e 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. */ |
