Some of the application I use bind on localhost but I cannot find any reference to this in the documentation (I saw a forward port but it won't solve this issue). For example I try to run a PHP server listening on localhost:8000 but It can be tried with anything.
greywall -p 8000 -c "php -S localhost:8000"
It's not working on watchmode too
greywall -p 8000 --watch -c "php -S localhost:8000"
From my host, I cannot access http://localhost:8000.
This is an example, but is there a way to bypass this when we cannot alter host the system is listening on (for instance it happens when using plannotator with IA agents) ?
Some of the application I use bind on localhost but I cannot find any reference to this in the documentation (I saw a forward port but it won't solve this issue). For example I try to run a PHP server listening on
localhost:8000but It can be tried with anything.It's not working on watchmode too
From my host, I cannot access
http://localhost:8000.This is an example, but is there a way to bypass this when we cannot alter host the system is listening on (for instance it happens when using plannotator with IA agents) ?