unbound-dns-firewall icon indicating copy to clipboard operation
unbound-dns-firewall copied to clipboard

DNS-Firewall Python script for UNBOUND

Results 11 unbound-dns-firewall issues
Sort by recently updated
recently updated
newest added

See subject. Generate records based up and off the query. Might want to do a regex version like this: ``` ^(.*)\.company.com$ IN CNAME $1.oblivian.com ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.in-addr\.arpa$ IN PTR $1\.$2\.$3\.$4\.clients\.company\.com ```

For logging purposes, categorize domains (automatically or configurable) and log if a site is blocked/passed due to "Advertisement" or "Porn" etc.

Feature Request
Backburner

I did some work already (see `uncomplicate` def), but disabled it by default due to being to slow and way to CPU/Time hogging. But in short: - Remove all blacklist...

enhancement
help wanted
Ongoing
brainstorming

Ongoing. Need more documentation (see #2) and usage/examples ...

Ongoing

For now, when adding a domain to a list, it implicitly means "this domains and all subdomains". There are some corner-cases where we maybe just want to add a "host"...

enhancement
Backburner

To fix some sites, we need to allow some of third-party domains for that particular site. Actually to allow ads for example to see news-videos (ABC, NBC, etc). As we...

enhancement
help wanted

Move all variables/settings from python file to a (python or else) config-file.

Feature Request

Need to start writing some documentation including examples of usage.

To-Do
Ongoing

Besides just the domain-name, having the ability to block a domain and which record-types makes sense in some situations. Designate with '+' for "allow" and '-' for disallow. Asteriks (*)...

enhancement
Feature Request