Translations:KDEConnect/120/ca: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
 
(No difference)

Latest revision as of 21:07, 3 March 2020

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>