What is the difference between 10.0.0.1/32
and 0.0.0.0/0
in networking?
I am trying to fix this security issue by allowing all traffic through port 22 with cidr_block set to (0.0.0.0/0)
. After research, 10.0.0.1/32
appears to fix this. However, what is the difference in this context?
Here is the issue https://docs.bridgecrew.io/docs/networking_1-port-security.