Replies: 1 comment 3 replies
-
|
Bad idea. Pi-hole figured it out 5y ago pi-hole/pi-hole#2912 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's a long-time wishlist item to run something as powerful as uBO for the whole network.
In a step towards that direction, it seems that we can use easylist format block lists within the newly released 1.0 version of PolarProxy.
Here's an example of how a listing is used - https://github.com/Netresec/PolarProxy/blob/59e14543cbc0b9fc4990016a1eac0eb5bfe86110/rulesets/ruleset-block-malicious.json#L121-L134
If all uBO customization is in the form of static filter rules (custom & rule lists),
a) Are they in easylist format, in general?
b) if 'a' is true, I should be able to export the custom static filter rules as a list, and use in PolarProxy, right?
Beta Was this translation helpful? Give feedback.
All reactions