ipv6 on nginx.org
Lukas Tribus
luky-37 at hotmail.com
Tue Oct 20 09:36:05 UTC 2015
> [root at kackkiste]/home/dkraemer# telnet nginx.org 80
> Trying 2606:7100:1:69::3f...
> Connected to nginx.org.
> Escape character is '^]'.
> HEAD / HTTP/1.0
>
> Connection closed by foreign host.
You will see the same exact behavior on IPv4:
telnet -4 nginx.org 80
Use HTTP/1.1 to get proper errors back and use
the Host header to actually hit the correct website.
IPv6 and IPv4 behaves the same.
Lukas
More information about the nginx
mailing list