Following a brief discussion with @dte, having a method in the API to expose ports will be useful. I'm creating a public server and need to expose specific ports when the machine is started. I'm using sudo ufw allow 33100, but it would be nice to have them programmatically setup up when booting the machine.
Also, having a way to enable or set up the public address will be nice too!
Following a brief discussion with @dte, having a method in the API to expose ports will be useful. I'm creating a public server and need to expose specific ports when the machine is started. I'm using
sudo ufw allow 33100, but it would be nice to have them programmatically setup up when booting the machine.Also, having a way to enable or set up the public address will be nice too!