Last active
January 27, 2016 10:43
-
-
Save ahupowerdns/b645cfdf2a595d22fc68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filter={} | |
filter["192.168.5.24"]={["b8:27:eb:0c:88:27"]=1, ["00:0d:b9:36:6f:79"]= 1} | |
filter["10.0.0.1"]={["06:31:25:7a:84:6b"]=1} | |
-- note that the filtering could be more than binary, but specify lots of categories | |
-- see https://i.imgur.com/wGwNHl7.png for inspiration | |
baddomains=newDS() | |
baddomains:add("xxx") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment