I have multiple IP ranges that need range specific apps deployed to them but not the others.
here is an example of my IP's
Usable Host IP Range: 172.24.128.1 - 172.24.191.254
Usable Host IP Range: 172.24.192.1 - 172.24.255.254
when I build my server class for these two ranges will I have to use something like
range one: 172.24.128.*, 172.24.129.*, all the way up to>, 172.24,191.*
range two: 172.24.192.*, 172.24.193.*, all the way up to>, 172.24.255.*
or is there a better way to whitelist the ranges?
↧