Proxysql: Bind on 0.0.0.0 by default

Created on 20 Jul 2017  路  3Comments  路  Source: sysown/proxysql

ProxySQL Admin binds on 127.0.0.1 by default.
To allow remote configuration, bind should be on 0.0.0.0 .
At the same time, in order to not compromise security, remove access should be denied for all default users (admin, stats, monitor)

ADMIN AUTHENTICATION

Most helpful comment

I suggest to bind on ::0 by default, it's already 2017 :)

All 3 comments

I suggest to bind on ::0 by default, it's already 2017 :)

I think this is described in https://github.com/sysown/proxysql/issues/1103#issue-244439155:

in order to not compromise security, remove access should be denied for all default users (admin, stats, monitor)

You can connect remotely, but not using the insecure default credentials

Oh yeah, i realized after re-reading the first post that's why i deleted my previous comment. Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

renecannao picture renecannao  路  20Comments

lazzyfu picture lazzyfu  路  19Comments

izzyquestion picture izzyquestion  路  15Comments

ayder picture ayder  路  76Comments

ghost picture ghost  路  20Comments