@provels said in RAMdisk or not?:
Can you tell me where these lists exist after reboot if they're not in the db directory?
the DNSBL you've highlight are with unbound.
@jrey said in RAMdisk or not?:
it backs up unbound
that is what is "providing" the DNSBL function
-- pfB just aggregates sources of data to build lists(alias) then used by unbound or rules. The data pfB uses is just the "step" between in that process of getting from source and using in DNSBL/firewall.
Source (Download) -> Originals (raw as provided by source) -> (Process to) (Deny, Match, Native, Permit etc) -> (provide to) DNSBL(unbound) OR (alias firewall)
(process to) = options like de-duplication, CIDR Aggregation etc -- not all options you've selected apply to all Originals. (check the info blocks, usually provided with each option to determine what happens for a given option)
so for example in the IP settings De-Duplication -- "Only used for IPv4 Deny Lists"