sni.fff.community
Ein Proxyserver, der IPv6-only hosts für IPv4-only Geräte über HTTPS verfügbar macht
Kopie von der Webseite:
Instructions #
To make your IPv6-only
HTTPS
services available via IPv4, simply:
- Point the
A
record to185.220.100.168
.- …
- Profit.
Gotchas #
Currently, this will only proxy
HTTPS
connections. In the mean time, connection attempts viaHTTP
will be answered with atemporary redirect (302)
toHTTPS
.HTTP
connections will NOT YET be proxied.Software #
This server is running snid in
nat46
mode. Client IPv4s are embedded in the lowest 4 bytes of the request.Changelog #
- 2022-09-12
- Darkmode 🦇
- 2022-09-07
- Update to version v0.2.0
- 2022-08-17
- Service goes online. 🎉