juched
Very Senior Member
Updated BETA v3.02 to call your rewritten DNS Firewall script API functions
Code:e = Exit Script A:Option ==> rpz dev Do you want to enable DNS Firewall? Reply 'y' or press [Enter] to skip y unbound_rpz.sh downloaded successfully Github 'dev/development' branch Attempting to Download 1 of 1 from https://urlhaus.abuse.ch/downloads/rpz/. ######################################################################## 100.0% Installed. unbound DNS Firewall ENABLED unbound-checkconf: no errors in /opt/var/lib/unbound/unbound.conf Shutting down unbound... done. Starting unbound... done.
Thank you. I think it is safe to merge to master, do you agree?
Also, how do you see the extended stats feature to work? If they say extended you seem to turn off DNS via dnsmasq and change unbound port to 53. Seems like a plan to enable the new graphs and DNS replies table to work and would allow for the stats to be collect including client_ip. But you also need to enable :
interface: 0.0.0.0
access-control: 0.0.0.0/0 allow
log-replies: yes
log-local-actions: yes
log-tag-queryreply: yes
Does RPZ and extended stats survive a re-start or a re-install?