You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would it be possible to access the proxies from outside the localhost?
When i tried to access them with the servers ip address and the corresponding 9000 ports its not working, however the ports are accessible from the machine trying to access, when i run a normal http server there it works fine.
I also tried using the docker containers individual ip address instead of the servers and i have tried to look for 127.0.0.1 in doxycannon and replaced it with 0.0.0.0.
The server i am running the doxycannon on is a kali linux machine.
Sorry if this is a dumb question i am not very experienced in linux
Thanks in advance for every help!
The text was updated successfully, but these errors were encountered:
Use https://github.com/ginuerzh/gost/blob/master/README_en.md and forward the traffic. I would be something like this:
gost -L=:1337 -F=your_external_ip:9000
Keep in mind that you should have an external IP or a VPS. In this case, anyone can use your proxy, so it's good advice to use authentication. Additional info here https://v2.gost.run/en/port-forwarding/
Hello,
How would it be possible to access the proxies from outside the localhost?
When i tried to access them with the servers ip address and the corresponding 9000 ports its not working, however the ports are accessible from the machine trying to access, when i run a normal http server there it works fine.
I also tried using the docker containers individual ip address instead of the servers and i have tried to look for 127.0.0.1 in doxycannon and replaced it with 0.0.0.0.
The server i am running the doxycannon on is a kali linux machine.
Sorry if this is a dumb question i am not very experienced in linux
Thanks in advance for every help!
The text was updated successfully, but these errors were encountered: