Anton Shestakov <av6@dwimlabs.net>, Sat, 26 Nov 2022 01:35:58 +0400
.vimrc: t_Co should be set automatically nowadays
If not, check your terminal settings and/or .bashrc or other sourced files. My
current $TERM is set to xterm-256color by xfce4-terminal.
#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