Skip to content

Is there a way to avoid proxy for localhost #101

Description

@Grafikart

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) ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions