2024年08月14日
Trying to figure out IPv6.
I can host it using Python python -m http.server --bind ::
.
Now I wonder if it works on LAN. Update: It does work on LAN. It doesn’t work on public IP though. It might be a firewall issue.
To access IPv6 on Firefox, use this kind of URL notation http://[::]:80/
.