I know that the protect
function on a page's frontmatter can deny users based on an IP:
_protect:
ip_address:
deny: [ 127.0.0.1 ]
But is there a way to deny a range of IP's? Like from 127.0.0.1 to 127.0.0.200, and then subsequently load a special no_access redirect (like a login) for that range?