[Bug 195698] New: dns/dnscrypt-proxy support for multiple service instances

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 5 01:36:33 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195698

            Bug ID: 195698
           Summary: dns/dnscrypt-proxy support for multiple service
                    instances
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: arabesc at bk.ru
                CC: freebsd at dns-lab.com
                CC: freebsd at dns-lab.com
             Flags: maintainer-feedback?(freebsd at dns-lab.com)

Created attachment 150213
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150213&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 Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list