Anton Shestakov <av6@dwimlabs.net>, Sat, 13 Jul 2024 01:21:51 +0400
.hgrc: use last(::x) instead of ancestor(x) in actualize-topic
This seems to work in most (if not all) situations, as long as there is a
public ancestor for the topic to be rebased on.
#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