adminListener address restricted to localhost, but its still available at domain.com:7080

#1
I have set the admin console to only be available on localhost

listener adminListener {
address 127.0.0.1:7080

But it is still available at domain.com:7080

How do i restrict it to only work on localhost?
 
#3
No that doesn't work, I can still see web admin console on domain.com:7080 with those settings:

I have two listeners:
One for port 443 and one for port 80

On both I have added your suggestion, so they have domain.com, localhost, 127.0.0.1

adminListener is set at 127.0.0.1 on WebAdmin Settings - Listeners > Summary
 
Top