]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
Support HTTP(S) proxies when downloading resources
[petitboot] / lib / types / types.h
index 31922d0d81fb01b75256173e8f9b5c881aefba17..d660d6bf9df7bff699e56bb3a7aaa9a5865afa79 100644 (file)
@@ -161,6 +161,9 @@ struct config {
        unsigned int            ipmi_bootdev;
        bool                    ipmi_bootdev_persistent;
 
+       char                    *http_proxy;
+       char                    *https_proxy;
+
        bool                    allow_writes;
 
        char                    *boot_console;