Im trying to understand wild card masks, here's an example of what I'm trying to do
IP ADDRESS: 192.168.1.1 = 11000000.10101000.00000001.00000001
WILDCARD : 0.0.0.0 = 00000000.00000000.00000000.00000000
Result : 192.168.1.1 = 11000000.10101000.00000001.00000001
Does this mean that the only accepted address is 192.168.1.1 or does that mean its only blocking 192.168.1.1?