Translations:KDEConnect/120/ca

From KDE UserBase Wiki

sudo iptables -A OUTPUT -o <la_vostra_interfície> -p udp --sport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT sudo iptables -A OUTPUT -o <la_vostra_interfície> -p tcp --sport 1714:1764 -m state --state NEW,ESTABLISHED -j ACCEPT </syntaxhighlight>