MDImageServer

public enum MDImageServer : String, Codable

Known “official” MangaDex image servers

These can be useful if you do not want to use a MD@Home node

  • Default official image server

    Declaration

    Swift

    case uploads = "https://uploads.mangadex.org"
  • s2

    Image server s2

    Declaration

    Swift

    case s2 = "https://s2.mangadex.org"
  • s5

    Image server s5

    Important

    The certificate of this server is currently expired so it cannot be used

    Declaration

    Swift

    case s5 = "https://s5.mangadex.org"