@GreenMatter, this is caused by a bug in earlier versions. Though it is fixed in 1.5.2, since the erroneous entry is still in the database you still experience the problem. I'll share a simple command which will get it sorted out. For the cloud query, you can only specify a single domain name there, since it was meant to whitelist local network. However, domains ending in ".local", ".localdomain", ".lan", ".intra", ".intranet", ".bind", ".home", ".mshome", ".corp", ".mail", ".group", ".workgroup" are considered local and they do not get queried from the Cloud.
echo -n "delete from user_configuration where id = 2;" |sqlite3 /usr/local/sensei/userdefined/config/settings.db
After installing version 1.5.2 I tried to install wireguard but it didn't work. I have uninstalled wireguard and restarted opnsense and mongodb does not start.
Quote from: yeraycito on July 03, 2020, 02:24:13 amAfter installing version 1.5.2 I tried to install wireguard but it didn't work. I have uninstalled wireguard and restarted opnsense and mongodb does not start.Hi @yeraycito,Might be that wireguard has a clashing dependency. Let's have a look here. Anyhow, to re-install just do:pkg remove mongodb40pkg install mongodb40