Chromiumra: network.proxy.socks_remote_dns = TRUE

Az odáig ok, hogy az ember be SSH tunnelezik egy pl.: otthoni routerre, stimmel:

ssh -fND localhost:10001 barki@valahol

Ekkor Firefox alatt csak be kell állítani a socks proxy-t, és ami fontos:

network.proxy.socks_remote_dns

-ot

TRUE

-ra tenni.

Ekkor wireshark-al a hálózatot lesve nem látszanak a DNS kérések, mivel az a server oldalon történik [arra való a "network.proxy.socks_remote_dns"].

De: a kérdés:

Chromium alatt hol találja az ember a

network.proxy.socks_remote_dns

opciót? [ha van egyáltalán rajta] Mert alapból nagyon látszanak a DNS kérések a hálózaton, ha a Chromiumot használja az ember az SSH tunnelre, az sajnos kliens oldalon történik.

Hozzászólások

Chrome/Chromium-nál nem tudom, hogy van-e ilyen lehetőség.
Esetleg valami programmal megoldani? pl. tsocks

Viszont:
"tsocks will normally not be able to send DNS queries through a SOCKS server since SOCKS V4 works on TCP and DNS normally uses UDP. Version 1.5 and up do however provide a method to force DNS lookups to use TCP, which then makes them proxyable. This option can only enabled at compile time, please consult the INSTALL file for more information."