Re: Missing manual proxy settings from nm-connection-editor
- From: Colin Williams <discord uw edu>
- To: networkmanager-list gnome org
- Subject: Re: Missing manual proxy settings from nm-connection-editor
- Date: Tue, 3 Oct 2017 17:09:28 -0700
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";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]