I have one question

  const { data } = await axios.get('https://api64.ipify.org?format=json');
  const publicIp = data.ip; this is my next js api code to get vpn ip its return my vpn ip in localhost but in netlify it's not why it's return another ip address why

Can you clarify what your request and issue is?

The question seems to be: this is my next js api code to get vpn ip its return my vpn ip in localhost but in netlify it's not why it's return another ip address why

@chandranfullstack we will need some logs and you full code of what you are doing to be able to help :).