Date: Fri, 05 Dec 2014 03:02:33 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195697] New: dns/dnscrypt-proxy support for multiple service instances Message-ID: <bug-195697-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195697 Bug ID: 195697 Summary: dns/dnscrypt-proxy support for multiple service instances Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Closed Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: arabesc@bk.ru Status: Closed Resolution: DUPLICATE Created attachment 150212 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150212&action=edit dnscrypt-proxy rc-script I would like to suggest a modified rc-script to support for multiple dnscrypt_proxy instances. One can use it in this way in the /etc/rc.conf: dnscrypt_proxy_enable="YES" dnscrypt_proxy_instances="dnscrypt_proxy_1 dnscrypt_proxy_2 dnscrypt_proxy_3" dnscrypt_proxy_1_resolver="dnscrypt.eu-nl" dnscrypt_proxy_1_flags="-a 127.0.0.2" dnscrypt_proxy_2_resolver="dnscrypt.eu-dk" dnscrypt_proxy_2_flags="-a 127.0.0.3" dnscrypt_proxy_3_resolver="cloudns-can" dnscrypt_proxy_3_flags="-a 127.0.0.4" I have no experience in writing rc-scripts, so it can be quite buggy, but it works for me. --- Comment #1 from Igor <arabesc@bk.ru> --- *** This bug has been marked as a duplicate of bug 195698 *** -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195697-13>