Hello!
I'm trying to prevent mobile devices from getting an IP from my dhcp server in monowall. I realized that most of them keep hostnames similar to androidXXX or iphoneXXX. Is there a way to deny those requests? Maybe something like:
if option host-name = "android" { deny unknown_clients; }
Thanks!
|