EDIT: Currently running FreedomBox version 24.7.
RE: Privoxy Issue
After further investigation, I’ve verified that my router does indeed support IPv6 and DHCP Prefix Delegation (DHCP-PD), as suggested in this reply. Consequently, devices within my network are being correctly assigned IPv6 addresses through PD.
Upon examining the Privoxy configuration on my FreedomBox, I noted that it retains the default settings. I observed that the permit-access
directive in Privoxy’s configuration does not explicitly include IPv6-PD addresses. The current settings are limited to:
permit-access [::1]
permit-access [fc00::]/7
permit-access [fe80::]/10
My concern revolves around whether I need to manually add IPv6-PD ranges to Privoxy’s permit-access
to enable proper functionality, given they aren’t covered by the default configuration.