oh-my-posh/website/docs/segments/ipify.md
Ikko Ashimine 1d6f106461 chore: fix typo in ipify.md
Adress -> Address
2022-05-18 06:03:17 +02:00

1 KiB

id title sidebar_label
ipify Ipify Ipify

What

Ipify is a simple Public IP Address API, it returns your public IP Address in plain text.

Sample Configuration

{
  "type": "ipify",
  "style": "diamond",
  "foreground": "#ffffff",
  "background": "#c386f1",
  "leading_diamond": "",
  "trailing_diamond": "\uE0B0",
  "template": "{{ .IP }}",
  "properties": {
    "cache_timeout": 5,
    "http_timeout": 1000
  }
}

Properties

  • url: string - The Ipify URL, by default IPv4 is used, use https://api64.ipify.org for IPv6 - defaults to https://api.ipify.org
  • http_timeout: int - How long may the segment wait for a response of the ipify API? - defaults to 20ms
  • cache_timeout: int in minutes - How long do you want your IP address cached? - defaults to 10 min

Template (info)

:::note default template

{{ .IP }}

:::

Properties

  • .IP: string - Your external IP address