Commit Graph

7 Commits

Author SHA1 Message Date
Frank Olbricht
318e984ae4 Support blocking based on MAC-address (#401) 2025-01-14 07:06:13 +01:00
Frank Olbricht
edcee11a93 Return multiple spoofed IPs from hosts-based blocklist (#354) 2023-11-13 08:45:17 +01:00
Frank Olbricht
39ee6e9ec8 Return all names for a PTR lookup in hosts blocklist (#331)
* Return all names for a PTR lookup in hosts blocklist

* fix panic

* Set upper limit for the number of responses for PTR queries
2023-10-21 10:10:51 +02:00
Frank Olbricht
acc8842fad Support naming blocklists to help with logging (#201)
* Support naming blocklists to help with logging

* Support naming of lists in response blocklists too

* Add list name to client-blocklist as well
2022-01-09 07:44:53 -07:00
Frank Olbricht
654fd43c83 Return PTR records for hosts file blocklists (#115)
* Return PTR records for hosts file blocklists

* Undo testing changes in example file
2020-12-29 18:19:26 -07:00
Frank Olbricht
5c6e745a95 Blocklists for responses (#20)
* Blocklists for responses

* Add response-blocklist-name

* Update docs

* Store IP blocklist in a trie for constant access

* Clean up go.mod

* Skip blank and commented lines when loading CIDR blocklist

* Fix example config

* Fix out-of-bounds panic
2020-05-07 20:29:56 -06:00
folbrich
7f877bfc76 Support multiple types of lists in the same blocklist 2020-04-22 21:40:01 -06:00