Wrap IP addresses in || for the uBo version
While uBlock Origin automatically detects domains (turning example.com into ||example.com^), it does not automatically detect IPs. Thus just listing an IP results in uBo assuming the filter means "block any URL containing this". For example, the filter 192.168.0.1$doc blocks both http://192.168.0.1/ and https://example.com/192.168.0.1. In order to fix this, all filters containing IP addresses should be in the format ||ip^, which means only block "ip".
Sorry if my explanation is confusing/wrong
Source: https://github.com/uBlockOrigin/uAssets/issues/7636#issuecomment-1735168592
Edited by iam-py-test