phanishekhar bhandaru
@phanishekharbha
can i have the ip address of the default hosting on repl.it? iam getting response by the repl.it adddress, ccan i have it on som IP (0.0.0.0:3000 is g
Python
MuhammadMehedi 104.18.13.38 is the default repl.it IP! But it will not work because Cloudflare blocks that because it is directly accessing from IP!
You can see repl.it by Running this command in cmd or PowerShell
tracert replit.com2 years ago
RahulChoubey1 Hit RUN, wait for the server message to appear in console, and thaen click the link in the console.2 years ago
tussiez You don't really need the IP address..
I forked this Repl and ran python manage.py runserver 127.0.0.1:3000 and get a module error.
0.0.0.0 is not the local IP, you need to use 127.0.0.1 (I think)2 years ago