server icon indicating copy to clipboard operation
server copied to clipboard

[feature] ACL for connecting clients

Open d2-d2 opened this issue 7 years ago • 3 comments

Hey Guys, would it be possible to implement some sort of ACL for connecting nodes? I'm thinking about limiting access to control panel and API itself to selected IPs only. So that login page and all other features are available only for whitelisted clients. What do you think?

d2-d2 avatar Mar 13 '17 18:03 d2-d2

Sounds like apache2/Nginx config would do exactly what you want.

winxp5421 avatar Mar 13 '17 18:03 winxp5421

Or iptables, or edge firewall :-) Point is, it would be much easier to maintain on PHP level rather than server-side config which may differ across operating systems.

d2-d2 avatar Mar 13 '17 18:03 d2-d2

Ultimately its s3inlc's decision so i will defer to him.

winxp5421 avatar Mar 13 '17 18:03 winxp5421

Sounds like apache2/Nginx config would do exactly what you want.

Indeed or use a firewall

zyronix avatar Jun 13 '23 08:06 zyronix