|
|
|
|
|
by ryanjkirk
2115 days ago
|
|
Setting this up makes much less sense than setting up a tested vpn, such as wireguard or open, or even a persistent ssh tunnel using autossh to your home rpi. I would never allow my prod systems to be potentially exposed by an api that runs as root. (And the documentation is incorrect on that; it should run as an unprivileged user with sudo privs to only run a wrapper script that runs firewall-cmd). This also makes little sense in the context of configuration management, which should be enforcing a static set of iptables rules. |
|