Re: Missing manual proxy settings from nm-connection-editor



^^ for the Method: Automatic, but none of those worked.

On Tue, Oct 3, 2017 at 5:09 PM, Colin Williams <discord uw edu> wrote:
Furthermore I tried writing a few pac files to refer to the local running socks proxy via ssh tunnel, but the setting doesn't seem to reach the browser.

function FindProxyForURL(url, host)
{
  return "SOCKS 127.0.0.1:8080";
}

OR

function FindProxyForURL(url, host)
{
  return "SOCKS localhost:8080";
}

OR

function FindProxyForURL(url, host)
{
  return "SOCKS5 127.0.0.1:8080";
}

On Tue, Oct 3, 2017 at 4:57 PM, Colin Williams <discord uw edu> wrote:
I recently upgraded my debian packages and I no longer can access my proxy settings from chromium. I then launched nm-connection-editor which I think chromium was launching to make such settings. In the editor I see a proxy tab. Before I had a list item Method: Manual . Now I only have Method: Automatic and None. What happened to the Manual option and can I get it back?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]