Network.proxy.socks remote dns: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
No edit summary
 
Line 24: Line 24:
==Related bugs==
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=134105 Bug 134105 - SOCKS5: DNS lookups (host resolving) should occur on proxy, not client side.]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=134105 Bug 134105 - SOCKS5: DNS lookups (host resolving) should occur on proxy, not client side.]
==Related preferences==
* [[network.proxy.socks_version]]


[[Category:Preferences]]
[[Category:Preferences]]

Latest revision as of 01:54, 1 September 2006

Background

This preference controls whether DNS lookups for SOCKS v5 clients happen on the client or on the proxy server.

Possible values and their effects

true

Have the proxy server perform DNS lookups.

false

Perform DNS lookups on the client.

UI

Mozilla Suite

?

First checked in

2005-02-01 by Darin Fisher

Has an effect in

  • Mozilla Suite (all versions since 1.8b1)
  • Firefox (all versions since 1.1a1 (Deer Park Alpha 1))
  • SeaMonkey (all versions)

Related bugs

Related preferences