One last (I hope...:o) question....the format of the server URI provided when using the "manual" method is (according to the documentation) "server.example.com:911", but what about the format of the URL when used together with the "auto" mode? Shall the protocol be provided, like " http://www.example.com", or should it only be "www.example.com"?
Best regards, Ronney From: Patrik Flykt <[email protected]> To: [email protected], Date: 2015-06-12 14:56 Subject: Re: proxy configuration Sent by: "connman" <[email protected]> On Fri, 2015-06-12 at 14:30 +0200, [email protected] wrote: > If i use proxy method "auto", I will provide connman with the following > attributes: > > {'Method' : 'auto', 'URL' : 'some url'} If the URL is omitted, DHCP/WPAD will be attempted. > If I use the "manual" method, I will provide connman with the following > attributes: > > {'Method' : 'manual', 'Servers' : {'server1', 'server2', ..'serverN'}, > optional 'Excludes' : {'server1', 'server2', ..'serverN'} } Yes. > What does the method "direct" mean? When is it supposed to be used? "direct" means a connection without proxies. Do notice that ConnMan updates pacrunner (http://git.kernel.org/cgit/network/connman/pacrunner.git/) with the proxy information. pacrunner has an implementation written for at least Fedora's version of libproxy. Cheers, Patrik _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman _______________________________________________ connman mailing list [email protected] https://lists.connman.net/mailman/listinfo/connman
