<p dir="ltr">Not all browsers use prox auto detection via dhcp. <br>
In example, Mozilla Firefox uses only DNS to detect proxy settings.</p>
<div class="gmail_extra"><br><div class="gmail_quote">Em 08/09/2016 10:08, "Glenn Satchell" <<a href="mailto:glenn.satchell@uniq.com.au">glenn.satchell@uniq.com.au</a>> escreveu:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">"local-proxy-config" is a user defined label for the dhcp option number<br>
252. This number is in the user defined range, but Microsoft chose to use<br>
it for this function in Internet Explorer, other browsers followed this.<br>
<br>
There are two parts to that setting and they are given in the article. The<br>
first one defines the option and says that dhcp option number 252 is to be<br>
encoded as a text string:<br>
<br>
option local-proxy-config code 252 = text;<br>
<br>
and the second one where a value is assigned:<br>
<br>
option local-proxy-config "<a href="http://www.example.org/proxy.pac" rel="noreferrer" target="_blank">http://www.example.org/proxy.<wbr>pac</a>";<br>
<br>
For this to work you need to select the "automatically detect the proxy"<br>
setting in your browser. The exact name varies with the different<br>
browsers.<br>
<br>
regards,<br>
-glenn<br>
<br>
On Thu, September 8, 2016 10:37 pm, Marco Dickert wrote:<br>
> Hi all,<br>
><br>
> this [1] wiki article mentions a option called "local-proxy-config".<br>
> However,<br>
> this option is neither documented in the manpage nor in the documentation.<br>
> I<br>
> even cannot use it in Ubuntu 16.04 (isc-dhcp-server version is 4.3.3). Is<br>
> it<br>
> something gentoo-specific?<br>
><br>
> However, how can I provide a proxy configuration file via isc-dhcpd?<br>
><br>
> Thanks in advance!<br>
><br>
> [1] <a href="https://wiki.gentoo.org/wiki/ProxyAutoConfig#DHCP_Server_configuration" rel="noreferrer" target="_blank">https://wiki.gentoo.org/wiki/<wbr>ProxyAutoConfig#DHCP_Server_<wbr>configuration</a><br>
><br>
> --<br>
> Marco Dickert<br>
> <a href="mailto:marco@misterunknown.de">marco@misterunknown.de</a><br>
> <a href="https://misterunknown.de" rel="noreferrer" target="_blank">https://misterunknown.de</a><br>
> ______________________________<wbr>_________________<br>
> dhcp-users mailing list<br>
> <a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
> <a href="https://lists.isc.org/mailman/listinfo/dhcp-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/<wbr>listinfo/dhcp-users</a><br>
<br>
<br>
______________________________<wbr>_________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/<wbr>listinfo/dhcp-users</a><br>
</blockquote></div></div>