server
server copied to clipboard
[feature] ACL for connecting clients
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?
Sounds like apache2/Nginx config would do exactly what you want.
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.
Ultimately its s3inlc's decision so i will defer to him.
Sounds like apache2/Nginx config would do exactly what you want.
Indeed or use a firewall