How do I update Wireguard DNS Proxy Software to the latest version?
Log in to SSH as root and execute the following commands:
wget https://cdn.wirednsproxy.cloud/download/update.shchmod +x update.shsed -i 's/\r$//' update.sh/update.sh
The script will create a backup of the old software version in case an error or conflict occurs during the update, and then update it to the latest version. The service will then be restarted.
