Hi,
I would like to interactively allow requests coming from inside fence, issued by an agent. For example for fetching websites.
My idea was to run mitmproxy alongside fence and then tell the agent how to make requests going through the proxy.
However I did not manage to configure fence correctly so that the mitmproxy could be reached. I am running fence on macOS and just set allowLocalOutbound to true and then ran curl --proxy.
Maybe related to #66
Hi,
I would like to interactively allow requests coming from inside fence, issued by an agent. For example for fetching websites.
My idea was to run mitmproxy alongside fence and then tell the agent how to make requests going through the proxy.
However I did not manage to configure fence correctly so that the mitmproxy could be reached. I am running fence on macOS and just set allowLocalOutbound to true and then ran
curl --proxy.Maybe related to #66