It definitely does what reporter max says using his STR. I used iptables instead to block/unblock the port: ``` block: sudo iptables -A INPUT -p tcp --sport nntp -j DROP unblock: sudo iptables -D INPUT -p tcp --sport nntp -j DROP
Bug 1876261 Comment 7 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
It definitely does what reporter max says using his STR as shown in comment 4. I used iptables instead to block/unblock the port: ``` block: sudo iptables -A INPUT -p tcp --sport nntp -j DROP unblock: sudo iptables -D INPUT -p tcp --sport nntp -j DROP