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.
Show posts Menu#!/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
Quote from: sy on April 19, 2021, 02:51:52 PM
Hi,
example.com covers *.example.com.
Quote from: IsaacFL on April 02, 2021, 08:53:34 PM
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.