=== IP Info Server === Routes disponibles : GET / → Cette aide GET /ip → Votre IP publique (texte brut) GET /info → Toutes vos informations publiques (JSON) GET /info?headers=true → Idem + tous les headers HTTP Exemples curl : curl http://localhost:8080/ip curl http://localhost:8080/info | jq curl http://localhost:8080/info?headers=true | jq