Re: DNS Proxy

2013-09-15 Thread monahbaki
Thanks, but if i need to create one on my server is it doable? Sent from my BlackBerry 10 smartphone on the Verizon Wireless 4G LTE network. From: Johan BeisserSent: Sunday, September 15, 2013 3:37 PMTo: Monah BakiCc: Openbsd Misc (E-mail)Subject: Re: DNS Proxy DNS proxy uses less bandwidth on

Re: DNS Proxy

2013-09-15 Thread Johan Beisser
Use the D option in ssh(1) and the SOCKS proxy will do lookups through the tunnel. Make sure you use version 5 (OpenSSH supports 4 and 5). On Sun, Sep 15, 2013 at 12:42 PM, Joel Wirāmu Pauling wrote: > Also given dns is a user of UDP by default you need to use some other tunnel > mechanism othe

Re: DNS Proxy

2013-09-15 Thread Joel Wirāmu Pauling
Also given dns is a user of UDP by default you need to use some other tunnel mechanism other than ssh. -Joel Johan Beisser wrote: >DNS proxy uses less bandwidth on your end. > >There are a dozen DNS proxy services out there for media, they all >work on the same basic principle. > >On Sun, Sep 1

Re: DNS Proxy

2013-09-15 Thread Johan Beisser
DNS proxy uses less bandwidth on your end. There are a dozen DNS proxy services out there for media, they all work on the same basic principle. On Sun, Sep 15, 2013 at 4:55 AM, Monah Baki wrote: > Hi all, > > > I'm running OpenBSD 5.2 with squid for a friend who owns an ISP outside the > U.S and

Re: DNS Proxy

2013-09-15 Thread opendaddy
On 15. september 2013 at 11:57 AM, "Monah Baki" wrote: > >Hi all, > > >I'm running OpenBSD 5.2 with squid for a friend who owns an ISP >outside the U.S and uses my OpenBSD squid proxy to access netflix. I've been >told this can be also accomplished via DNS Proxy. Is it true? > >If yes which one