diladele / dnssafety

DNS Safety is simple and fast DNS filtering server for your local network
https://www.diladele.com/dnssafety/
29 stars 8 forks source link

Configuring DNS Safety to Export Reports to a Network Folder #489

Closed Damiortiz closed 11 months ago

Damiortiz commented 1 year ago

HI! I am writing to inquire if there is a way to configure DNS Safety to export reports (/opt/dnssafety-ui/var/reports) to a network folder. The reason for this request is that I am currently constrained by limited storage on the virtual machine, and unfortunately, I am unable to expand it.

I would greatly appreciate any guidance or instructions on how to achieve this

ra-at-diladele-com commented 1 year ago

Maybe using some NFS share on other server mapped to /opt/dnssafety-ui/var/reports would do the job then? (have not tried though).

Damiortiz commented 1 year ago

Apologies, I didn't know that it was possible to mount a network folder at the address /opt/dnssafety-ui/var/reports. I just did that with the command:

sudo mount -t cifs //network_folder_path /opt/dnssafety-ui/var/reports -o username=your_username,password=your_password

We'll see if it works, thank you very much! On another note, I wanted to thank you for DNS Safety, it works excellently!