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

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 5 03:02:33 UTC 2014


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 at FreeBSD.org
          Reporter: arabesc at 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 at 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.


More information about the freebsd-ports-bugs mailing list