blob: 7033302d1f2294f280320aaaf7cf5ed012591772 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "### cfddns ###"
echo "1. Edit /etc/cfddns/cfddns.yml"
echo "2. Create domain list at /etc/cfddns/domains, 1 domain per line"
echo "3. systemctl enable --now cfddns"
echo "Alternatively, you can run 'cfddns /etc/cfddns/domains -c /etc/cfddns/cfddns.yml' to manually update DNS records"
}
|