lejard-h / dartnet

Configurable http server in dart
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Ip filter (ban, redirection ...) #2

Open lejard-h opened 7 years ago

thosakwe commented 7 years ago

If you take a look at banIp(...) in angel_security...

You might consider allowing users to define IP ranges to ban, such as 192.168.*.*, or even regular expressions.

Best of luck! Looking forward to using dartnet.

lejard-h commented 7 years ago

Thanks, I will take a look, but jaguar has this feature now :)

thosakwe commented 7 years ago

Oh, I didn't even know.