Skip to content

Installation Gentoo

Georgy Yakovlev edited this page May 12, 2018 · 3 revisions

Installation on Gentoo Linux

The generic instructions for Linux should work fine on Gentoo Linux.

However, Gentoo also ships with a package in its main repository:

emerge dnscrypt-proxy -av

Activate and start the service:

  • With OpenRC
rc-update add dnscrypt-proxy default
rc-service dnscrypt-proxy start
  • With systemd
systemctl enable dnscrypt-proxy.service --now

Check that the service successfully started:

  • With OpenRC
rc-service dnscrypt-proxy status
  • With systemd
systemctl status dnscrypt-proxy.service
Clone this wiki locally