Re: [patch] net/dnscrypt-proxy: use random resolver

2017-11-10 Thread Vinícius Zavam
2017-11-09 16:08 GMT+00:00 Stuart Henderson : > > updated after some feedback. > > > Index: Makefile > === > RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v > retrieving revision 1.31 > diff -u -p -r1.31 Makefile > --- Makefile2

Re: [patch] net/dnscrypt-proxy: use random resolver

2017-11-09 Thread Stuart Henderson
updated after some feedback. Index: Makefile === RCS file: /cvs/ports/net/dnscrypt-proxy/Makefile,v retrieving revision 1.31 diff -u -p -r1.31 Makefile --- Makefile2 Aug 2017 09:32:40 - 1.31 +++ Makefile9 Nov 2017 1

Re: [patch] net/dnscrypt-proxy: use random resolver

2017-11-09 Thread Stuart Henderson
On 2017/11/09 09:58, Vinícius Zavam wrote: > grep listening ports, I'd say (1024+ ports does not play a good reason > though?). If dnscrypt-proxy dies for some reason, you don't want to allow an unprivileged user to take over the port. It should be <1024. > I would still go for it, and suggest to

Re: [patch] net/dnscrypt-proxy: use random resolver

2017-11-09 Thread Vinícius Zavam
2017-11-08 18:31 GMT+00:00 Stuart Henderson : > hi stu, tyvm for your feedback and comments about it. very appreciated! a new version of the patch is attached. > On 2017/11/08 16:53, Vinícius Zavam wrote: > > " -R, --resolver-name=: name of the resolver to use, from the > > list of available reso

Re: [patch] net/dnscrypt-proxy: use random resolver

2017-11-08 Thread Stuart Henderson
On 2017/11/08 16:53, Vinícius Zavam wrote: > " -R, --resolver-name=: name of the resolver to use, from the > list of available resolvers (see -L). Or random for a random > resolver accessible over IPv4, that doesn't log and supports > DNSSEC " > Index: net/dnscrypt-proxy/Makefile > ===

[patch] net/dnscrypt-proxy: use random resolver

2017-11-08 Thread Vinícius Zavam
" -R, --resolver-name=: name of the resolver to use, from the list of available resolvers (see -L). Or random for a random resolver accessible over IPv4, that doesn't log and supports DNSSEC " -- Vinícius Zavam keybase.io/egypcio/key.asc Index: net/dnscrypt-proxy/Makefile