---
title: IP
kind: note
description: Resources Wikipedia FAQ Connect to Hetzner Cloud server using IPv6 When they show e.g. , you need to connect to . Get external IP programmatically Source
words: 26
readingMinutes: 1
created: '2024-08-06T00:00:00.000Z'
updated: '2026-06-29T13:10:58+02:00'
---
# Resources
- [Wikipedia](https://en.wikipedia.org/wiki/Internet_Protocol)
# FAQ
## Connect to <span class="dead-link">Hetzner Cloud</span> server using IPv6
When they show e.g. `2a01:4f8:c2c:f3ed::/64`, you need to connect to `2a01:4f8:c2c:f3ed::1`.
## Get external IP programmatically
```http
GET https://api.ipify.org/
```
- [Source](https://www.ipify.org/)
