BTS

Message377

Author mru
Recipients mika
Date 2007-03-24.13:42:03
Content
Below are two example functions which could be used to to change the proxys via
a pac file

function FindProxyForURL(url, host) {
 return "SOCKS locallhost 1080";
}

function FindProxyForURL(url, host) {
 return "DIRECT";
}

Btw. if we support firefox dont forget to mention that the people have to set
network.proxy.socks_remote_dns..
History
Date User Action Args
2007-03-24 13:42:03mrusetrecipients: + mika
2007-03-24 13:42:03mrusetmessageid: <1174743723.38.0.416988355461.issue124@bts.grml.org>
2007-03-24 13:42:03mrulinkissue124 messages
2007-03-24 13:42:03mrucreate