thelonelycoder
Part of the Furniture
You'd have to edit /mnt/<your device>/adblocking/scripts/send-email.sh to get the outlook address to work.So I'm trying to setup email, but I keep getting errors.
Code:curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
From stackoverflow I believe it's because I need to enabled SSL on port 443, from what I have read it is because it can't connect to the server (or get a wrong answer), or there is an extra set of "<IfDefine NotDefined>" referenced in the secure virtual host configuration, tho I doubt a file I haven't touched would be wrong.
I'm using SMTP Server: smtp-mail.outlook.com, and Server port: 587. Confirmed that it is correct from support.office.com
Edit:
Seems to only be outlook problem. I created a new gmail instead.
Change this line
Code:
curl --url smtps://$SMTP:$PORT \
Code:
curl --url smtp://$SMTP:$PORT \
Then it'll work.
AB4 has that option built in to use smtps or smtp.
I wonder what you all expect me to code for the WebUI. Pie charts, cake and blinking text?Also, can't wait for AB4, was looking at PiHole and would love some graphs and easy way to see some stats. Just bad that the RPi dosn't support gigabit speed.
Realistically, I consider it done and a success when most if not all of the functionality from the SSH UI is working in the WebUI as well.