Ana içeriğe geç

Multihop Devre Dışı Bırak

Multihop'u Devre Dışı Bırak

Multihop yönlendirmeyi devre dışı bırakır ve Phantom sunucusundan internete doğrudan trafik akışını geri yükler.

phantom-api multihop disable_multihop

Yanıt Modeli: DeactivationResult

Alan Tip Açıklama
multihop_enabled boolean Multihop durumu (false)
previous_exit string Önceden aktif olan çıkış noktası
interface_cleaned boolean VPN arayüzü temizlendi
message string Sonuç mesajı
Örnek Yanıt
{
  "success": true,
  "data": {
    "multihop_enabled": false,
    "previous_exit": "xeovo-uk",
    "interface_cleaned": true,
    "message": "Multihop disabled successfully"
  }
}