在 mosquitto 中,我可以只允许发布某些 IP 而在任何地方订阅吗?

In mosquitto can I allow publishing only for some IPs but subscribe anywhere?

在 mosquitto 中,我可以只允许某些 IP 发布,但允许订阅来自 任何地方?

出于安全原因,我想让 mosquitto 只允许从某些 IP 发布。

Mosquitto 通过用户名和密码身份验证以及使用访问控制列表限制对主题的访问来提供安全性。 mosquitto.conf 手册页中有详细信息:http://mosquitto.org/man/mosquitto-conf-5.html

还有一个可能包含安全性的数据库后端插件 usernames/passwords https://github.com/jpmens/mosquitto-auth-plug