1
22.1 Legacy Series / Re: os-ddclient
« on: January 29, 2022, 05:47:59 pm »
Any solution for Cloudflare users? I thought I read something about custom settings but I don't see anywhere to do that.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#!/usr/local/bin/bash
service unifi stop
pkg remove -y unifi6
mv /usr/local/share/java/unifi /usr/local/share/java/unifi.bad
pkg install -y unifi6 os-unifi-maxit
cp -pRv /usr/local/share/java/unifi.bad/data/backup /usr/local/share/java/unifi/data/backup
service unifi start
rm -rf /usr/local/share/java/unifi.bad
ipaddr=$(ifconfig em1 | grep 'inet' | awk '$1 == "inet" { print $2 }')
echo "Now to go https://$ipaddr:8443 and restore your backup."
read -p "Press enter to continue" continue
service unifi start
Hi,
example.com covers *.example.com.
Ok, this worked. I filtered on the destination host names.
my domain is iznmort.com
Seems like it would be a good option to be able to add in the settings your own domain and treat it special.