Installation instructions.
Before you begin the installation, make sure the license IP address has been added to your control panel, otherwise the download will fail with a 403 error (access denied).
apt update -y && apt upgrade -yapt install unzip -ymkdir wdpscd wdpswget https://cdn.wirednsproxy.cloud/download/wdps.zipchmod +x wdps.zipunzip wdps.zipchmod +x install.sh update.sh update3.sh passreset.sh smtpreset.sh changelicense.shsed -i 's/\r$//' install.sh update.sh update3.sh passreset.sh smtpreset.sh changelicense.sh./install.sh
After completing the installation, you must also perform the function of moving the security scripts to the appropriate location:
mv passreset.sh /opt/wg-dns-proxy/passreset.shmv changelicense.sh /opt/wg-dns-proxy/changelicense.shmv smtpreset.sh /opt/wg-dns-proxy/smtpreset.sh
