You are welcome.
Show me your netmask and I'll tell you if you are granting too much leeway. These are equivalents:
192.168.0.1/255.255.255.000 -and- 192.168.0.1/24 (class C)
192.168.0.1/255.255.000.000 -and- 192.168.0.1/16 (class
192.168.0.1/255.000.000.000 -and- 192.168.0.1/08 (class A)
Your example above allows access to the entire 192.168.0.0/255.255.0.0 class B network, by definition local, so you are probably OK. You can, if you prefer, specify a particular machine or set of machines.
I went through the same thing, which is why I remembered it. I ended up reading every line of every remotely relevant configuration file.