Anton Shestakov <av6@dwimlabs.net>, Fri, 25 Nov 2022 14:28:14 +0400
.vimrc: newer syntax for signify to enable only certain VCS
:help g:signify_skip says:
This can be used to replace the old g:signify_vcs_list.
Yay to pointless refactoring! Nay to release notes!
#allow all loopback traffic
# no incoming connections
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp --icmp-type destination-unreachable -j ACCEPT
-A INPUT -p icmp --icmp-type time-exceeded -j ACCEPT
-A INPUT -p icmp --icmp-type echo-request -j ACCEPT
-A INPUT -p icmp --icmp-type echo-request -j ACCEPT
-A OUTPUT -p icmp --icmp-type echo-reply -j ACCEPT
-A OUTPUT -p udp --dport 53 -j ACCEPT
-A INPUT -p udp --sport 53 -j ACCEPT