Subscribe

How to install sw-nginx-module-doh in CentOS/RHEL 7 (x86_64)

NGINX module for serving DNS-over-HTTPS (DOH) requests

License: BSD Vendor: GetPageSpeed LLC https://github.com/dvershinin/Nginx-DOH-Module
Important: The Plesk control panel must be installed on your server before using this repository.

Install

# The Plesk control panel must be installed on your server.
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum -y install yum-utils
sudo yum-config-manager --enable getpagespeed-extras-plesk
sudo yum -y install sw-nginx-module-doh

Description

Simple NGINX module for serving DNS-over-HTTPS (DOH) requests. CAVEAT EMPTOR: This module is experimental, even though I have been using it successfully with both Firefox and Curl, there may be undiscovered bugs. Zone transfer is currently not officially supported. After installation, enable this module by running: plesk sbin nginx_modules_ctl --enable doh

RPMs