All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)const options = {
   host: 'kaminari.click',
   port: 443,
   path: '/v1/pingtest',
   method: 'POST',
   headers: { 
       'Content-Type': 'application/json',
       'Content-Length': Buffer.byteLength(payload),
       'Accept-Language': 'en-US,en;q=0.5',
       'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0',
       'DPR': '2',
       'Referer': '""',
   }
};
 h Russian (ru)const options = {
   host: 'kaminari.click',
   port: 443,
   path: '/v1/pingtest',
   method: 'POST',
   headers: { 
       'Content-Type': 'application/json',
       'Content-Length': Buffer.byteLength(payload),
       'Accept-Language': 'en-US,en;q=0.5',
       'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0',
       'DPR': '2',
       'Referer': '""',
   }
};