>>109648343
He's right. You can easily test this yourself from a VPS:
On your computer run:
python3 -m http.server -b ::
On a laptop or phone run:
curl -I http://[XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX]:8000
You should see a request come in from it:
Serving HTTP on :: port 8000 (http://[::]:8000/) ...
XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX - - [26/Aug/2026 05:09:40] "HEAD / HTTP/1.1" 200 -
Now ssh into your VPS and run the same command:
curl: (7) Failed to connect to XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX port 8000: Connection refused