bind 192.xx.xx.xx > I know it's okay, but I want to set 192.20.1.0 ~ 192.20.1.255 What should I do? bind 192.20.1.* is not working....

kubernetes and rockylinux....

Comment From: sundb

now we can't do that, in what cases would you need to bind so many ports?

Comment From: ptjm

Taking a guess, suppose you had a common config file for a bunch of machines which had both a public and private network. You want to listen on the internal network but not the external. It might be convenient to put

bind 127.0.0.1 192.168.20.0/24

and have it listen at whatever IP addresses the machine has open from that range. I guess the typical solution to that problem is to have an include file on each machine to set the bind address.