1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-12-01 14:58:11 +01:00
wiki/services/IPv6-Anycast.md

26 lines
1.2 KiB
Markdown
Raw Normal View History

2014-08-01 19:16:48 +02:00
We provide some anycast services over IPv6.
2014-08-01 19:14:08 +02:00
## Anycast address space
**fd42:d42:d42::/48** is reserved for anycast services.
Each anycast service runs on a dedicated /64 in this range. This way, nobody needs to update filters.
Remember, if you announce an anycast /64, then you need to provide **all** services within this /64. It's probably simpler to only provide one service for each /64.
## Anycast services
2015-01-22 11:14:56 +01:00
| **Name** | **Service address** | **Protocol/port** | **Comment** |
| ---------------------- | ------------------------- | ----------------- | ----------------------------- |
| Recursive DNS resolver | `fd42:d42:d42:54::1/64` | UDP/53 | `.` and `dn42.` [Providers][] |
2015-01-22 11:14:56 +01:00
| Whois Database | `fd42:d42:d42:43::1/64` | TCP/43 | |
| TOR SOCKS5 Proxy | `fd42:d42:d42:9050::1/64` | TCP/9050 | |
2016-02-11 16:39:14 +01:00
| internal Wiki | `fd42:d42:d42:80::1/64` | TCP/80, TCP/443 | |
2015-01-22 11:14:56 +01:00
[Providers]: Providing-Anycast-DNS#Persons-providing-anycast-DNS-for-IPv6
2014-08-01 19:16:48 +02:00
### Future services
- streaming
- other kind of DNS (authoritative-only, recursive for `dn42` only)