Stats page access restricted by IP for admin

Hi Guys,

Does anyone know of a way of restricting the HAProxy admin page by IP

Currently I have 2 users, stats & admin ( stats being readonly and admin allowed to interact )

I would like to restrict access with the admin user to only certain IPs.

Any help would be appreciated.

frontend stats
    bind *:8404
    stats enable
    stats uri /stats
    stats refresh 10s
    stats admin if LOCALHOST

I guess you could replace LOCALHOST with an IP.

source: Exploring the HAProxy Stats Page - HAProxy Technologies