This commit is contained in:
Mikaël Cluseau
2019-02-04 15:46:03 +11:00
parent 0ed062a7ff
commit d79683b130
4 changed files with 42 additions and 60 deletions

View File

@ -5,6 +5,6 @@ const (
TAR = "application/tar"
DISK = "application/x-diskimage"
ISO = "application/x-iso9660-image"
IPXE = "application/x-ipxe"
IPXE = "text/x-ipxe"
OCTET = "application/octet-stream"
)