Yggdrasil
dnsmasq
wget https://git.thisisjoes.site/mesh.cat/get-certs/raw/branch/master/get-certs.sh chmod +x get-certs.sh ./get-certs.sh
You can edit the script to enable proxychains support, like this: proxychains=true
proxychains=true
Remember to create a cron job to run the script once a week.
Example:
11 21 * * * /opt/get-certs.sh > /dev/null 2>&1