12d 21h 36m 26s

# Certificate Checker
curl -F file=@cert.mobileprovision nekoo.eu.org
curl -F file=@cert.p12 -F password=1234 nekoo.eu.org

# IPA Signing (Signs ALL 4 apps at once!)
curl -F p12=@cert.p12 -F provision=@app.mobileprovision -F password=1234 nekoo.eu.org/sign

Returns: Esign, Ksign, Feather, Gbox - all signed!

Response:
{
  "apps": [
    {"app_name": "ESign", "install_url": "https://nekoo.eu.org/xxx", "telegram_url": "https://t.me/..."},
    {"app_name": "Ksign", "install_url": "https://nekoo.eu.org/xxx", "telegram_url": "https://t.me/..."},
    {"app_name": "Feather", "install_url": "https://nekoo.eu.org/xxx", "telegram_url": "https://t.me/..."},
    {"app_name": "GBox", "install_url": "https://nekoo.eu.org/xxx", "telegram_url": "https://t.me/..."}
  ]
}

# Theme parameter (Optional)
nekoo.eu.org/sign?apps=Esign&theme=gold
Available: gold, blue, white, violet, coral, teal, lime, dark, telegram

# UDID Fetcher (Signed mobileconfig)
GET  nekoo.eu.org/udid                         → shows UDID on page

# Nodes
checking...