Allowing outgoing connections to a particular IP with ufw
I successfully allowed outgoing traffic to a specific ip on a specific port with the following command :
ufw allow out from any to <the.target.ip> port <port_number>
I successfully allowed outgoing traffic to a specific ip on a specific port with the following command :
ufw allow out from any to <the.target.ip> port <port_number>