This is a simple feature to add support for proxying to the server address being specified. Currently this is only being restricted in the proxy.pac to just 127.0.0.1 and there is no real reason why it can't be substituted dynamically via the request host.
I test inside VMs and this is beneficial to be able to just point the local VM to the proxy on the host without manually creating a modified copy.
This is a simple feature to add support for proxying to the server address being specified. Currently this is only being restricted in the
proxy.pac
to just127.0.0.1
and there is no real reason why it can't be substituted dynamically via the request host.I test inside VMs and this is beneficial to be able to just point the local VM to the proxy on the host without manually creating a modified copy.