Skip to content
Jeff Johnson edited this page Dec 22, 2019 · 9 revisions

IPBan uses regex extensively. There are typically done with an ipaddress group for blocking or allowing ip addresses.

Example ipv4 regex: (?<ipaddress>\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})

Clone this wiki locally