YOUR IP: 52.15.91.151

  NGiNX R.A.D v2.9-2024.06.07 (Remote Address Display).
  NGiNX R.A.D is a simple, NGiNX-only ip ident service
  created by an OldFart.

  A plain text response is returned when queried from most commonly used
  console programs in order to be used within a typical shell or script.
  Usage may be to create aliases, cronjobs or anywhere external it could
  be needed to retrieve current ip address(es).

  A few examples...

  # As shell aliases
  alias myip="curl -4skLm8 v4.4ce.ca";
  alias myip6="curl -6skLm8 v6.4ce.ca";

  # As a cronjob, updating a dynamic DNS system, every day of the week at midnight
  0 0 * * 1-5 dynDNS --ipv4=$(curl -4sLkm10 v4.4ce.ca);
  1 0 * * 1-5 dynDNS --ipv6=$(curl -6sLkm10 v6.4ce.ca);

  In order to use the previous examples, be sure to change hostname
  to the current domain name.